vault backup: 2025-01-17 15:03:02
This commit is contained in:
parent
b30345915f
commit
64764837b3
@ -13,3 +13,13 @@
|
||||
- Usable in combination with schematic design
|
||||
|
||||
# Verilog
|
||||
- Originally developed by Gateway Design Automation
|
||||
- Put in public domain in 1990
|
||||
- Standardized in 1995
|
||||
- Originally intended for simulation of logic networks, later adapted to synthesis
|
||||
|
||||
```verilog
|
||||
module example1(x1, x2, s, f);
|
||||
input x1, x2, s;
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user