| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-20 10:03:42 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-20 10:03:42 +0200 |
| commit | fe20276ff74220a51bf8d30aa6190aa5ca6a957f (patch) | |
| tree | a32cda017f5a85846c66178980fb3e6ca977744d /data/test/CNE_01400/valid.vhd | |
| parent | 9d6c35b2e847e6e4864e550574ab08f2c9d20ee6 (diff) | |
Improves CNE_01400, adds test for CNE_01400.
Diffstat (limited to 'data/test/CNE_01400/valid.vhd')
| -rw-r--r-- | data/test/CNE_01400/valid.vhd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/test/CNE_01400/valid.vhd b/data/test/CNE_01400/valid.vhd new file mode 100644 index 0000000..0073213 --- /dev/null +++ b/data/test/CNE_01400/valid.vhd @@ -0,0 +1,18 @@ +library IEEE; + +use IEEE.std_logic_1164.all; + +entity valid is + generic + ( + clock_speed0: std_logic; -- $SOL:0:0$ + clock_speed1: std_logic := '0'; -- $SOL:1:0$ + clock_g_speed2: natural; -- $SOL:2:0$ + clock_g_speed3: natural := 3; -- $SOL:3:0$ + i_g_g_param : std_logic -- $SOL:4:0$ + ); +end; + +architecture RTL of valid is +begin +end architecture; |


