1
0
SEm-Labos/06-07-08-09-SystemOnChip/Board/hdl/buff_sim.vhd

8 lines
74 B
VHDL
Raw Normal View History

2024-02-23 13:01:05 +00:00
ARCHITECTURE sim OF buff IS
BEGIN
out1 <= in1;
END ARCHITECTURE sim;