mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Directory strcuture change
-hdl-->rtl (more common...)
This commit is contained in:
parent
289024fd89
commit
62e519b52a
@ -38,7 +38,6 @@ module oh_padring
|
|||||||
(
|
(
|
||||||
//CONTINUOUS GROUND
|
//CONTINUOUS GROUND
|
||||||
inout vss,
|
inout vss,
|
||||||
|
|
||||||
inout vdd,
|
inout vdd,
|
||||||
//NORTH
|
//NORTH
|
||||||
inout [NO_DOMAINS-1:0] no_vddio,
|
inout [NO_DOMAINS-1:0] no_vddio,
|
||||||
@ -82,7 +81,6 @@ module oh_padring
|
|||||||
inout [WE_GPIO*TECH_CFG_WIDTH-1:0] we_tech_cfg
|
inout [WE_GPIO*TECH_CFG_WIDTH-1:0] we_tech_cfg
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//Local wires
|
//Local wires
|
||||||
wire [NO_DOMAINS-1:0] no_poc;
|
wire [NO_DOMAINS-1:0] no_poc;
|
||||||
wire [SO_DOMAINS-1:0] so_poc;
|
wire [SO_DOMAINS-1:0] so_poc;
|
@ -26,7 +26,6 @@ module oh_pads_domain
|
|||||||
inout vdd, // core supply
|
inout vdd, // core supply
|
||||||
inout vss, // common ground
|
inout vss, // common ground
|
||||||
inout poc, // power-on-ctrl
|
inout poc, // power-on-ctrl
|
||||||
|
|
||||||
inout [TECH_RING_WIDTH-1:0] ring,
|
inout [TECH_RING_WIDTH-1:0] ring,
|
||||||
|
|
||||||
//core facing signals
|
//core facing signals
|
||||||
@ -179,6 +178,3 @@ endmodule
|
|||||||
// Local Variables:
|
// Local Variables:
|
||||||
// verilog-library-directories:("." )
|
// verilog-library-directories:("." )
|
||||||
// End:
|
// End:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user