Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quicklogic: qlf_k4n8 fixes #3034

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ case "$FPGA_FAM" in
tar -I "pixz" -cvf \
symbiflow-arch-defs-install-ql-${GIT_HASH}.tar.xz \
-C install \
share/f4pga/fasm_database \
share/f4pga/techmaps \
"$FPGA_FAM"_env
for device in $(ls install/share/f4pga/arch); do
Expand Down
4 changes: 2 additions & 2 deletions quicklogic/qlf_k4n8/boards.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_quicklogic_board(
DEVICE ${FAST_CORNER_DEVICE}
PINMAP_XML interface-mapping_24x24.xml
PACKAGE ${FAST_CORNER_DEVICE}
PINMAP qlf_k4n8-qlf_k4n8_umc22.csv
PINMAP qlf_k4n8-qlf_k4n8_umc22_24x24.csv
FABRIC_PACKAGE qlf_k4n8_umc22
)

Expand All @@ -17,6 +17,6 @@ add_quicklogic_board(
DEVICE ${SLOW_CORNER_DEVICE}
PINMAP_XML interface-mapping_24x24.xml
PACKAGE ${SLOW_CORNER_DEVICE}
PINMAP qlf_k4n8-qlf_k4n8_umc22.csv
PINMAP qlf_k4n8-qlf_k4n8_umc22_24x24.csv
FABRIC_PACKAGE qlf_k4n8_umc22
)