Open stevenbell opened 3 years ago
I am not sure this is accepted by synthesizer. Do you want it to be accepted or do you want a better error message ?
I don't particularly care -- it works in Lattice LSE and Synplify, so it seems like it should synthesize. But a descriptive message that explains the error would be fine with me.
My use case is that this is the backend for vhdlweb.com (a VHDL coding practice website), where I've got dozens of students learning VHDL and trying all sorts of bad code. If code doesn't synthesize for some reason, I want to give them something that explains why.
I have got the same error, is there a way to get a better error message? maybe locating the fault? Thanks
I've got a relatively simple code example with abnormal style which doesn't synthesize:
Running
yosys -m ghdl -p "ghdl --std=08 lfsr2; write_json netlist.json"
gives:Currently using docker image (hdlc/ghdl - yosys - 189a1f80cd33).