This commit is contained in:
parent
c9c99fbb11
commit
8adba05ba4
@ -70,8 +70,7 @@ class MAC(GeneralCircuit):
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
os.makedirs("test_circuits/mac", exist_ok=True)
|
os.makedirs("test_circuits/mac", exist_ok=True)
|
||||||
mymac = MAC(Bus("a", 8), Bus("b", 8), Bus("acc", 16))
|
mymac = MAC(Bus("a", 8), Bus("b", 8), Bus("acc", 16))
|
||||||
mymac.get_v_code_hier(open("test_circuits/mac/mac_hier.v", "w"))
|
mymac.get_v_code_flat(open("test_circuits/mac/mac_hier.v", "w"))
|
||||||
mymac.get_c_code_hier(open("test_circuits/mac/mac_hier.c", "w"))
|
|
||||||
mymac.get_c_code_flat(open("test_circuits/mac/mac_flat.c", "w"))
|
mymac.get_c_code_flat(open("test_circuits/mac/mac_flat.c", "w"))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user