Forum Discussion

nadav12_batito's avatar
nadav12_batito
Icon for New Contributor rankNew Contributor
2 years ago
Solved

vhdl error

i neep to plan counter bcd library ieee; use ieee.std_logic_1164.all; entity h145 is port ( resetn: in std_logic; clk: in std_logic; sclear: in std_logic; cep, cet: in std_logic; qout: buff...
  • roeekalinsky's avatar
    2 years ago

    Looks like you're trying to synthesize your test bench, which makes no sense. Are you trying to synthesize or simulate? The test bench is for simulation only. Whereas for synthesis the top level should be entity h145 without the test bench.