I am trying to compile the lm32 testbench which I got from here

https://github.com/m-labs/lm32/tree/master/rtl


with the Modelsim verilog compiler (vsim) and all files compiled except
this lm32_itlb.v

I got a complaint about the variable flushing. I see a flush input but none
for flushing.
Perhaps it only works in iverilog...

vlog +incdir+../rtl ../rtl/lm32_itlb.v
Model Technology ModelSim PE vlog 10.1b Compiler 2012.04 Apr 27 2012
-- Compiling module lm32_itlb
** Error: ../rtl/lm32_itlb.v(194): (vlog-2730) Undefined variable:
'flushing'.

Any clues why

-- 
Even a Smile is charity :)
- Prophet Muhammad
_______________________________________________
Devel mailing list
Devel@lists.milkymist.org
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to