mirror of
https://github.com/Klagarge/Cursor.git
synced 2025-02-18 21:07:17 +00:00
5 lines
63 B
VHDL
5 lines
63 B
VHDL
|
ARCHITECTURE sim OF logic1 IS
|
||
|
BEGIN
|
||
|
logic_1 <= '1';
|
||
|
END sim;
|