File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ generic (
108
108
AMM_FREQ_KHZ : natural := 0 ;
109
109
110
110
STATUS_LEDS : natural := 2 ;
111
+ -- Width of MISC signal between Top-Level FPGA design and FPGA_COMMON
111
112
MISC_IN_WIDTH : natural := 0 ;
113
+ -- Width of MISC signal between FPGA_COMMON and Top-Level FPGA design
112
114
MISC_OUT_WIDTH : natural := 0 ;
113
115
-- Width of MISC signal between Top-Level FPGA design and APP core logic
114
116
MISC_TOP2APP_WIDTH : natural := 1 ;
@@ -271,7 +273,9 @@ port (
271
273
MISC_TOP2NET : in slv_array_t(ETH_PORTS- 1 downto 0 )(MISC_TOP2NET_WIDTH- 1 downto 0 ) := (others => (others => '0' ));
272
274
-- Optional signal for MISC connection from NET_MOD core to Top-Level FPGA design.
273
275
MISC_NET2TOP : out slv_array_t(ETH_PORTS- 1 downto 0 )(MISC_NET2TOP_WIDTH- 1 downto 0 );
276
+ -- Optional signal for MISC connection from Top-Level FPGA design to FPGA_COMMON.
274
277
MISC_IN : in std_logic_vector (MISC_IN_WIDTH- 1 downto 0 ) := (others => '0' );
278
+ -- Optional signal for MISC connection from FPGA_COMMON to Top-Level FPGA design.
275
279
MISC_OUT : out std_logic_vector (MISC_OUT_WIDTH- 1 downto 0 )
276
280
);
277
281
end entity ;
You can’t perform that action at this time.
0 commit comments