Skip to content

Commit dda691c

Browse files
committed
Fix bug in Makefile
1 parent 84467fa commit dda691c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ test_%:
1010
compile:
1111
make compile_alu
1212
sv2v -I src/* -w build/gpu.v
13+
echo "" >> build/gpu.v
1314
cat build/alu.v >> build/gpu.v
1415
echo '`timescale 1ns/1ns' > build/temp.v
1516
cat build/gpu.v >> build/temp.v

0 commit comments

Comments
 (0)