Skip to content

Commit

Permalink
Gowin: Remove nextpnr-gowin
Browse files Browse the repository at this point in the history
Boards with Gowin chips are supported in the Himbaechel architecture
with much greater correctness and a wider range of primitives.

In fact, at the moment the advice “use himbaechel-gowin” immediately
solves a
significant part of the issues opened by users.

Of course, you need to wait for amendments to oss-cad-suite, at least
YosysHQ/oss-cad-suite-build#109

Signed-off-by: YRabbit <[email protected]>
  • Loading branch information
yrabbit committed Apr 30, 2024
1 parent f085950 commit b84d07e
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 13,675 deletions.
23 changes: 0 additions & 23 deletions .github/ci/build_gowin.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/arch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [mistral, ice40, ecp5, generic, nexus, machxo2, gowin, himbaechel]
arch: [mistral, ice40, ecp5, generic, nexus, machxo2, himbaechel]
runs-on: ubuntu-latest
env:
DEPS_PATH: ${{ github.workspace }}/deps
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/nextpnr-ecp5*
/nextpnr-nexus*
/nextpnr-fpga_interchange*
/nextpnr-gowin*
/nextpnr-machxo2*
/nextpnr-himbaechel*
.cache
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ endif()
set(PROGRAM_PREFIX "" CACHE STRING "Name prefix for executables")

# List of families to build
set(FAMILIES generic ice40 ecp5 nexus gowin fpga_interchange machxo2 mistral himbaechel)
set(FAMILIES generic ice40 ecp5 nexus fpga_interchange machxo2 mistral himbaechel)
set(STABLE_FAMILIES generic ice40 ecp5)
set(EXPERIMENTAL_FAMILIES nexus gowin fpga_interchange machxo2 mistral himbaechel)
set(EXPERIMENTAL_FAMILIES nexus fpga_interchange machxo2 mistral himbaechel)

set(ARCH "" CACHE STRING "Architecture family for nextpnr build")
set_property(CACHE ARCH PROPERTY STRINGS ${FAMILIES})
Expand Down
53 changes: 0 additions & 53 deletions gowin/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit b84d07e

Please sign in to comment.