-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get the IOB encoding from the vendor tables (#70)
* Get the IOB encoding from the vendor tables The database is populated from tables for the following I/O attributes: - PULL_MODE - HYSTERESIS - SLEW_RATE - DRIVE - OPEN_DRAIN The SINGLE_RESISTOR attribute and the LVCMOS12 I/O standard are currently disabled. Also the unpacking of the IOB is probably broken. Signed-off-by: YRabbit <[email protected]> * Add support for GW1NS-4 to the IOB table reader This won't actually allow you to build the base for GW1NS-4 from the tables by itself --- that requires changes to pindef and a bunch of other places, but I want to make it easier to merge with pepijndevos' work. Signed-off-by: YRabbit <[email protected]> * Use the different package for the GW1NS-4 fuzzing Previously a partnumber was used, which was missing in our chip database. For the user the replacement does not matter, but for internal testing it is critical: I compare the generated images with the vendor tool and the free one and the packages must match. Signed-off-by: YRabbit <[email protected]> * Read the tables only for the allowed modes Modes are used, the correctness of which has already been confirmed by fuzzing. This is due to the fact that some chips have defective pins that do not support all IO standards. Hence the requirement to read tables only after general fuzzing. Signed-off-by: YRabbit <[email protected]> * Process simplified IO GW1N-1 ultra simple IO cells, which are IOBUFs only and turn into IBUFs or OBUFs by connecting the OEN input to VCC or VSS respectively, require special processing. Here fuzzig detects the involvement of the routing bits and in this case marks these cells as a special type of IOBS (iob simplified). nextpnr can then generate the necessary routes for the OEN input connection in order to obtain the desired I/O buffer type. Signed-off-by: YRabbit <[email protected]>
- Loading branch information
Showing
5 changed files
with
365 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.