blob: e0a85cb601dd7ad03b19b49e191079e136d63808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
entity ams1 is
end;
architecture behav of ams1 is
nature electrical is real across real through ground reference;
-- terminal nx : electrical;
-- quantity energy : real;
begin
process
begin
wait;
end process;
end behav;
|