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
|
||||
inout vss,
|
||||
|
||||
inout vdd,
|
||||
//NORTH
|
||||
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
|
||||
);
|
||||
|
||||
|
||||
//Local wires
|
||||
wire [NO_DOMAINS-1:0] no_poc;
|
||||
wire [SO_DOMAINS-1:0] so_poc;
|
@ -26,7 +26,6 @@ module oh_pads_domain
|
||||
inout vdd, // core supply
|
||||
inout vss, // common ground
|
||||
inout poc, // power-on-ctrl
|
||||
|
||||
inout [TECH_RING_WIDTH-1:0] ring,
|
||||
|
||||
//core facing signals
|
||||
@ -179,6 +178,3 @@ endmodule
|
||||
// Local Variables:
|
||||
// verilog-library-directories:("." )
|
||||
// End:
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user