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
|
// top-level buffers
|
||||||
buff_flash_clkrst flash_clkrst_buffers (
|
buff_flash_clkrst flash_clkrst_buffers (
|
||||||
|
`ifdef USE_POWER_PINS
|
||||||
|
.VPWR(vccd_core),
|
||||||
|
.VGND(vssd_core),
|
||||||
|
`endif
|
||||||
.in_n({
|
.in_n({
|
||||||
caravel_clk,
|
caravel_clk,
|
||||||
caravel_rstn,
|
caravel_rstn,
|
||||||
|
|
Loading…
Reference in New Issue