-
Notifications
You must be signed in to change notification settings - Fork 274
Description
When trying to use pins 27 and 36 (maybe others, those are what we are running into right now) as assignments for outputs, nextpnr errors saying the package does not have these pins. We are able to use these pins in Radiant, but when we port to yosys/nextpnr, the error occurs. Has anyone run into this issue and have a workaround?
pcf:
set_io flash_clk 15
set_io flash_csn 16
set_io flash_io0 17
set_io flash_io1 14
set_io leds[0] 38
set_io leds[1] 42
set_io leds[2] 36
set_io leds[3] 43
set_io leds[4] 34
set_io leds[5] 37
set_io leds[6] 31
set_io leds[7] 32
set_io uart_rx 15
set_io uart_tx 14
set_io -nowarn spi_mosi 27
set_io spi_clk 26
set_io spi_cs_n 25
set_io lcd_dc 23
set_io test_out 36
set_io reset_n 21