-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I have a jed file I want to get a netlist for, if possible. I managed to get xc2jed2json to read it by setting the device field correctly to match the device (xc2c384-10-ft256) and setting the checksum to all zeros, but the returned json is nonsense - it looks like INPUTS_PER_ANDTERM is 40, but many of the ANDTERM instances have way more than 40 inputs - 62, 124, 186, 248, 310, 372. In fact, I don't think any ANDTERM instance with at least 1 input has 40 or fewer inputs. Additionally, every ANDTERM input is the same - many repeats of from_iob_0 when converted to verilog, or 2507 in the json. Any ideas on what might be going wrong here?
Metadata
Metadata
Assignees
Labels
No labels