OPtion -y in verilator
Replies (1)
(1-1/1)
|
Forums » Development » OPtion -y in verilatorAdded by Yehuda Singer 3 months ago Dear All, We want to do: verilator -sc -O0 --language 1364-2005 --top-module pacoblazeSM_4XCPU_tb.v -DHAS_DEBUG '-DTEST_FILE=../pacoblazeFiles/test/adc_ctrl.rmh' '-DTEST_CYCLES=2000' '-DTEST_IRQ=120' -DUSE_ONEHOT_ENCODING -DPACOBLAZE3 -I../pacoblazeFiles/pacoblaze -y../pacoblazeFiles/pacoblaze We get the following erreor message: %Error: Invalid Option: -y../pacoblazeFiles/pacoblaze %Error: Command Failed /usr/local/bin/verilator_bin THanks in advance Yehuda Replies (1)RE: OPtion -y in verilator - Added by Jeremy Bennett 3 months agoHi Yehuda, Shouldn't there be a space after the -y? Jeremy (1-1/1) Loading...
|