Skip to content

Commit

Permalink
add missing declarations #768
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Feb 2, 2024
1 parent f10b768 commit 8ba96ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vhdl/exp_board_serial_rings.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ architecture one_ring_to_bind_them of exp_board_ring_ctrl is
signal allow_reset : std_logic := '1';
signal reset_counter : integer range 0 to 127 := 0;
signal last_reset_in : std_logic := '1';
signal ring_lengths : unsigned(7 downto 0) := x"00";
signal board_revision : unsigned(7 downto 0) := x"00";

function to_str(signal vec: std_logic_vector) return string is
variable result: string(0 to (vec'length-1));
Expand Down

0 comments on commit 8ba96ed

Please sign in to comment.