Changes

Jump to: navigation, search

VHDL

1 byte removed, 13:59, 5 March 2017
This is an electronic language having electronic behaviour. You can implement what you want numerical electronic schematics (you can also draw then and translate then into VHDL)
Its syntaxe syntax does look like ADA language. It differs from computer langage as its first instruction does generaly look like :
if rising_edge(clock) then
output_wire <= input_wire xor 1;
1,200
edits