diff options
author | dianshi <dianshi@main.lv> | 2022-02-13 21:34:02 +0000 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2022-02-13 21:34:02 +0000 |
commit | 2a54718dc842d1be84d1470827b538bdaab2cb28 (patch) | |
tree | ff83df4808af7e741dec5c1d15c61a25b8700275 /control_unit/v0.1/Makefile | |
parent | 2cbdc8a905d6b4fac757ae6a33f75548b16f10e7 (diff) | |
download | cpu8_v-2a54718dc842d1be84d1470827b538bdaab2cb28.tar.gz cpu8_v-2a54718dc842d1be84d1470827b538bdaab2cb28.zip |
Add control unit version 0.1
Diffstat (limited to 'control_unit/v0.1/Makefile')
-rw-r--r-- | control_unit/v0.1/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/control_unit/v0.1/Makefile b/control_unit/v0.1/Makefile new file mode 100644 index 0000000..a054e3d --- /dev/null +++ b/control_unit/v0.1/Makefile @@ -0,0 +1,8 @@ +make: + iverilog -g2005-sv -o control_unit control_unit.v + iverilog -g2005-sv -o test_control_unit test_control_unit.v +test: + ./test_control_unit + +wave: + gtkwave test_data_path.vcd
\ No newline at end of file |