Skip to content

Commit

Permalink
[top_englishbreakfast] Convert to full topgen flow
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Williams <[email protected]>
  • Loading branch information
a-will committed Dec 27, 2024
1 parent 1e53168 commit 8fbaa54
Show file tree
Hide file tree
Showing 507 changed files with 171,758 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ hw/foundry/
# ROM_EXT signer vendored in dependencies
sw/host/rom_ext_image_signer/vendored_dependencies

# Autogen files for non-Earlgrey tops
hw/top_englishbreakfast/**/autogen/
hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv
hw/top_englishbreakfast/ip/sensor_ctrl/rtl/*
hw/top_englishbreakfast/ip/xbar_main/xbar_main.core
hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core

# Rust Cargo build system files.
sw/host/**/target
rust-project.json
Expand Down
2 changes: 1 addition & 1 deletion hw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ IPS ?= aes \
uart \
usbdev

TOPS ?= top_darjeeling top_earlgrey
TOPS ?= top_darjeeling top_earlgrey top_englishbreakfast

USE_BUFFER ?= 0

Expand Down
3 changes: 2 additions & 1 deletion hw/top_englishbreakfast/chip_englishbreakfast_cw305.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ filesets:
depend:
- lowrisc:prim_xilinx:prim_xilinx_default_pkg
- lowrisc:systems:top_englishbreakfast:0.1
- lowrisc:systems:top_englishbreakfast_pkg
- lowrisc:systems:top_earlgrey_ast
- lowrisc:systems:topgen
- lowrisc:systems:top_earlgrey_padring
- lowrisc:systems:top_earlgrey_scan_role_pkg
file_type: systemVerilogSource

files_constraints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ filesets:
files_sim_verilator:
depend:
- lowrisc:systems:top_englishbreakfast:0.1
- lowrisc:systems:topgen
- lowrisc:dv_dpi_c:uartdpi
- lowrisc:dv_dpi_sv:uartdpi
- lowrisc:dv_dpi_c:gpiodpi
Expand Down
Loading

0 comments on commit 8fbaa54

Please sign in to comment.