Closed clavin-xlnx closed 1 year ago
The error is caused due to some discrepancies in the input bookshelf files. Warning/Error messages have now been included for clarity.
Please fix the 2 types of discrepancies in FPGA12_vu440 listed below: (i) LUT0 instances GND/VCC
design.nodes: VCC LUT0 GND LUT0
design.lib CELL LUT0 PIN O OUTPUT END CELL
However in design.nets: _net GND_2 98301 GND_1 G ... endnet_
GND_1 is not specified in design.nodes. 'G' pin is not available in LUT0.
_net VCC_2 33804 VCC_1 P ... endnet_
VCC_1 is not specified in design.nodes. 'P' pin is not available in LUT0.
(ii) LUT4 node with incorrect pin 'clk1'
design.nodes: _inst77913 LUT4
design.lib: CELL LUT4 PIN I1 INPUT PIN I2 INPUT PIN I3 INPUT PIN O OUTPUT PIN I0 INPUT END CELL
design.nets: _net clk1 2 inst_77913 clk1 inst1103901 I endnet
Closing Issue as the inputs needed update.
Not sure if I am doing something wrong, but I am getting an error when trying to place a design:
example.zip
To reproduce: