Remove regressions; see PR#227 of where it will end up
This commit is contained in:
parent
a65d2e425c
commit
3927f8c9c0
3
ice40/regressions/.gitignore
vendored
3
ice40/regressions/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
*.log
|
|
||||||
!Makefile
|
|
||||||
!*.json
|
|
@ -1,8 +0,0 @@
|
|||||||
NPNR = ../../nextpnr-ice40
|
|
||||||
JSON = $(wildcard */*.json)
|
|
||||||
OUTPUT = $(patsubst %.json,%.log,$(JSON))
|
|
||||||
|
|
||||||
all: $(NPNR) $(OUTPUT)
|
|
||||||
|
|
||||||
%.log: %.json $(wildcard %.pcf)
|
|
||||||
$(NPNR) --json $(word 1,$^) $(if $(word 2,$^), --pcf $(word 2,$^),) > $@ 2>&1
|
|
File diff suppressed because it is too large
Load Diff
@ -1,20 +0,0 @@
|
|||||||
set_io serial_rx 9
|
|
||||||
set_io serial_tx 8
|
|
||||||
set_io serial_rts 7
|
|
||||||
set_io serial_cts 4
|
|
||||||
set_io serial_dtr 3
|
|
||||||
set_io serial_dsr 2
|
|
||||||
set_io serial_dcd 1
|
|
||||||
set_io user_led 99
|
|
||||||
set_io sio_rst 48
|
|
||||||
set_io sio_txd 56
|
|
||||||
set_io sio_rxd 60
|
|
||||||
set_io sio_sclk 61
|
|
||||||
set_io sio_busy 62
|
|
||||||
set_io sio_tclk 47
|
|
||||||
set_io user_led_1 98
|
|
||||||
set_io user_led_2 97
|
|
||||||
set_io user_led_3 96
|
|
||||||
set_io debug 119
|
|
||||||
set_io debug_1 118
|
|
||||||
set_io clk12 21
|
|
Loading…
Reference in New Issue
Block a user