mirror of
https://github.com/Klagarge/Cursor.git
synced 2025-08-02 13:03:09 +00:00
Initial commit
This commit is contained in:
4
Libs/Gates/hdl/xor3_sim.vhd
Normal file
4
Libs/Gates/hdl/xor3_sim.vhd
Normal file
@@ -0,0 +1,4 @@
|
||||
ARCHITECTURE sim OF xor3 IS
|
||||
BEGIN
|
||||
xorOut <= in1 xor in2 xor in3 after delay;
|
||||
END ARCHITECTURE sim;
|
Reference in New Issue
Block a user