Open pragneshp7 opened 5 years ago
Dont see the rule
Can you paste the exact error message ?
make > log.txt 2>&1
Rectified the error by creating separate rules. New error surfaced which I believe is not related to syntax.
mkdir -p tmp mkdir -p verilog bsc -u -bdir tmp -p +: -simdir tmp -vdir verilog -g driver -verilog driver.bsv checking package dependencies All packages are up to date. verilator -Wall -Wno-STMTDLY -Wno-UNUSED -Wno-BLKSEQ -Wno-PINCONNECTEMPTY -Wno-WIDTH --cc verilog/driver.v --exe sim_main.cpp -I %Error: verilog/driver.v:73: Missing arguments for $display-like format %Error: Exiting due to 1 error(s) %Error: Command Failed /usr/bin/verilator_bin -Wall -Wno-STMTDLY -Wno-UNUSED -Wno-BLKSEQ -Wno-PINCONNECTEMPTY -Wno-WIDTH --cc verilog/driver.v --exe sim_main.cpp -I make: *** [Makefile:14: all] Error 10
Rectified. Argument missing in $display.
Error: The condition of rule "xyz" depends on the firing of that rule.
`module mkTrans (Trans_Ifc);
endmodule`