1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2025-07-29 19:14:00 +00:00
Files
Cursor/Libs/Gates/hdl/bufferLogicVector_sim.vhd
Rémi Heredero c7ba678fbb Initial commit
2021-11-24 10:50:51 +01:00

5 lines
96 B
VHDL

ARCHITECTURE sim OF bufferLogicVector IS
BEGIN
out1 <= in1 after delay;
END ARCHITECTURE sim;