From 2a54718dc842d1be84d1470827b538bdaab2cb28 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sun, 13 Feb 2022 21:34:02 +0000 Subject: Add control unit version 0.1 --- control_unit/v0.1/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 control_unit/v0.1/Makefile (limited to 'control_unit/v0.1/Makefile') 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 -- cgit v1.2.3