mirror of
https://github.com/Klagarge/Cursor.git
synced 2024-11-23 09:53:29 +00:00
5 lines
63 B
VHDL
5 lines
63 B
VHDL
|
ARCHITECTURE sim OF logic1 IS
|
||
|
BEGIN
|
||
|
logic_1 <= '1';
|
||
|
END sim;
|