1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Adding search path for include file

This commit is contained in:
Andreas Olofsson 2015-07-02 16:47:07 -04:00
parent 368836ab9b
commit e28cd3cb97

View File

@ -7,7 +7,7 @@
TRANS=$(wc -l test.memh) TRANS=$(wc -l test.memh)
TRANS=${TRANS:0:3} TRANS=${TRANS:0:3}
#RANDOM TEST #RANDOM TEST
iverilog -f elink.cmd -DMANUAL -DTRANS=$TRANS -DTESTNAME=test.memh -DTARGET_XILINX iverilog -I ../hdl -f elink.cmd -DMANUAL -DTRANS=$TRANS -DTESTNAME=test.memh -DTARGET_XILINX
#iverilog -f elink.cmd -DAUTO #iverilog -f elink.cmd -DAUTO
#Running sim #Running sim