Remove regressions; see PR#227 of where it will end up

This commit is contained in:
Eddie Hung 2019-02-07 13:37:48 -08:00
parent a65d2e425c
commit 3927f8c9c0
4 changed files with 0 additions and 5552 deletions

View File

@ -1,3 +0,0 @@
*.log
!Makefile
!*.json

View File

@ -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

View File

@ -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