repo.or.cz
/
geda-gaf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing NULL terminator in set_config_x
[geda-gaf.git]
/
gnetlist-legacy
/
examples
/
vams
/
vhdl
/
basic-vhdl
/
transitest.vhdl
blob
c86986c1bb80e53acec21c8e615ca1a740318c7a
1
LIBRARY ieee,disciplines;
2
USE ieee.math_real.all;
3
USE ieee.math_real.all;
4
USE work.electrical_system.all;
5
USE work.all;
6
-- Entity declaration --
7
8
ENTITY top_entity IS
9
END ENTITY top_entity;
10