Skip to content

Commit

Permalink
Silabs Si57x wishbone controller core
Browse files Browse the repository at this point in the history
  • Loading branch information
augustofg committed Jun 19, 2024
1 parent 36515c8 commit 569885f
Show file tree
Hide file tree
Showing 17 changed files with 1,922 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/wishbone/Manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
"wb_afc_mgmt",
"wb_evt_cnt",
"wb_master_uart",
"wb_si57x_ctrl",
] };
5 changes: 5 additions & 0 deletions modules/wishbone/wb_si57x_ctrl/Manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
files = [
"si57x_ctrl.vhd",
"xwb_si57x_ctrl.vhd",
"cheby/wb_si57x_ctrl_regs.vhd",
]
3 changes: 3 additions & 0 deletions modules/wishbone/wb_si57x_ctrl/cheby/build_cheby.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

cheby -i wb_si57x_ctrl_regs.cheby --hdl vhdl --gen-hdl wb_si57x_ctrl_regs.vhd --doc html --gen-doc doc/wb_si57x_ctrl_regs.html --gen-c wb_si57x_ctrl_regs.h --consts-style verilog --gen-consts ../../../../sim/regs/wb_si57x_ctrl_regs.vh --consts-style vhdl-ohwr --gen-consts ../../../../sim/regs/wb_si57x_ctrl_reg_consts.vhd
Loading

0 comments on commit 569885f

Please sign in to comment.