mirror of https://github.com/efabless/caravel.git
added power connection to buffer top level rtl
This commit is contained in:
parent
e7af9a3aec
commit
6c19140590
|
@ -246,6 +246,10 @@ module caravel (
|
|||
|
||||
// top-level buffers
|
||||
buff_flash_clkrst flash_clkrst_buffers (
|
||||
`ifdef USE_POWER_PINS
|
||||
.VPWR(vccd_core),
|
||||
.VGND(vssd_core),
|
||||
`endif
|
||||
.in_n({
|
||||
caravel_clk,
|
||||
caravel_rstn,
|
||||
|
|
Loading…
Reference in New Issue