1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-01 14:05:55 +00:00
Files
YosysHQ.nextpnr/ice40
Sylvain Munaut 5f0f2b060b ice40: Update the way LVDS inputs are handled during bitstream generation
* Instead of "patching" input_en, we completely separate config for
   normal and LVDS pair.
   - For normal pair, nothing changes
   - For LVDS pairs, the IE/REN bits are always set as if the input buffer
     are disabled. Then if input_en was set to 1 (i.e. the input is
     actually for something), then we set the IoCtrl.LVDS bit.
   - Also for LVDS, if input is used, pullups are forcibly disabled.

 * When scanning for unused IOs, never process those part of a LVDS pair.
   They will have been configured by the complement

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2018-11-28 16:04:23 +01:00
..
2018-07-30 13:57:14 +02:00
2018-06-13 12:30:15 +02:00
2018-11-19 18:20:20 +01:00
2018-11-19 18:20:20 +01:00
2018-07-21 12:15:50 +02:00
2018-11-19 18:20:20 +01:00
2018-11-19 18:20:20 +01:00
2018-08-04 08:15:49 +02:00
2018-09-30 15:13:18 +01:00
2018-11-16 13:25:51 +00:00
2018-08-19 16:53:34 +02:00
2018-06-12 13:09:36 +02:00
2018-11-26 09:34:28 +00:00
2018-08-08 20:14:18 +02:00
2018-07-21 12:22:41 +02:00
2018-07-21 17:02:53 +02:00