Skip to content

Commit

Permalink
style(mvb_gate): edit entity description for better compatibility wit…
Browse files Browse the repository at this point in the history
…h sphinx-vhdl tool
  • Loading branch information
jakubcabal committed Nov 18, 2024
1 parent 0375ef8 commit 828ae48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions comp/mvb_tools/flow/gate/mvb_gate.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ entity MVB_GATE is
RX_VLD : in std_logic_vector(ITEMS-1 downto 0);
RX_SRC_RDY : in std_logic;
RX_DST_RDY : out std_logic;
-- ===============================================

-- ===============================================
-- TX MVB interface
Expand All @@ -38,8 +37,10 @@ entity MVB_GATE is
TX_VLD : out std_logic_vector(ITEMS-1 downto 0);
TX_SRC_RDY : out std_logic;
TX_DST_RDY : in std_logic;
-- ===============================================

-- ===============================================
-- Control interface
-- ===============================================
-- When this signal is asserted, transmission from RX -> TX
-- is disabled.
STOP_EN : in std_logic
Expand Down

0 comments on commit 828ae48

Please sign in to comment.