forked from libre-chip/fayalite
WIP adding yosys-nextpnr-xray xilinx fpga toolchain -- blinky works on arty a7 100t (except for inverted reset)
This commit is contained in:
parent
338ce7ed32
commit
74ad0e104e
11 changed files with 1250 additions and 164 deletions
8
crates/fayalite/src/build/vendor/xilinx.rs
vendored
Normal file
8
crates/fayalite/src/build/vendor/xilinx.rs
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// See Notices.txt for copyright information
|
||||
|
||||
pub mod yosys_nextpnr_prjxray;
|
||||
|
||||
pub(crate) fn built_in_job_kinds() -> impl IntoIterator<Item = crate::build::DynJobKind> {
|
||||
yosys_nextpnr_prjxray::built_in_job_kinds()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue