Skip to content

Commit

Permalink
WIP: Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Oct 24, 2024
1 parent 1a622f0 commit df893ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ sources:
- hw/bootrom/cheshire_bootrom.sv
- hw/regs/cheshire_reg_pkg.sv
- hw/regs/cheshire_reg_top.sv
- hw/newusb_regs/cheshire_reg_pkg.sv
- hw/newusb_regs/cheshire_reg_top.sv
- hw/newusb_regs/newusb_reg_pkg.sv
- hw/newusb_regs/newusb_reg_top.sv
- hw/cheshire_pkg.sv
- hw/cheshire_soc.sv

Expand Down
2 changes: 1 addition & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ include $(CHS_ROOT)/sw/sw.mk
$(CHS_ROOT)/hw/regs/cheshire_reg_pkg.sv $(CHS_ROOT)/hw/regs/cheshire_reg_top.sv: $(CHS_ROOT)/hw/regs/cheshire_regs.hjson
$(REGTOOL) -r $< --outdir $(dir $@)

# NewSB
# NewUSB registers
$(CHS_ROOT)/hw/newusb_regs/newusb_reg_pkg.sv $(CHS_ROOT)/hw/newusb_regs/newusb_reg_top.sv: $(CHS_ROOT)/hw/newusb_regs/newusb_regs.hjson
$(REGTOOL) -r $< --outdir $(dir $@)

Expand Down

0 comments on commit df893ce

Please sign in to comment.