Compare commits

..

2 commits

Author SHA1 Message Date
cf7436b7cd
WIP adding xdc create_clock -- nextpnr-xilinx currently ignores it
Some checks failed
/ test (pull_request) Has been cancelled
2025-10-19 23:10:38 -07:00
917a603b34
Add peripherals and Arty A7 platforms -- blinky works correctly now on arty-a7-100t!
Some checks failed
/ test (pull_request) Failing after 4m26s
2025-10-19 22:24:11 -07:00

View file

@ -21,4 +21,4 @@ jobs:
- run: cargo test --doc --features=unstable-doc
- run: cargo doc --features=unstable-doc
- run: FAYALITE_TEST_HASHER=always_zero cargo test --test=module --features=unstable-doc,unstable-test-hasher
- run: cargo run --example blinky yosys-nextpnr-xray --platform=arty-a7-100t --nextpnr-xilinx-chipdb-dir /opt/fayalite-deps/nextpnr-xilinx/xilinx --prjxray-db-dir /opt/fayalite-deps/prjxray-db -o target/blinky-out
- run: cargo run --example blinky yosys-nextpnr-xray --nextpnr-xilinx-chipdb-dir /opt/fayalite-deps/nextpnr-xilinx/xilinx --prjxray-db-dir /opt/fayalite-deps/prjxray-db --device xc7a100ticsg324-1L -o target/blinky-out --clock-frequency=$((1000*1000*100))