Refactor VHDL testbench and update library paths in vhdl_ls.toml

This commit is contained in:
2025-03-24 00:28:49 +01:00
parent b8a52e0624
commit 68ca4a6ea2
2 changed files with 13 additions and 10 deletions

View File

@@ -9,9 +9,8 @@ ARCHITECTURE testbench OF tb_KittCarPWM IS
-- Test constants
CONSTANT CLK_PERIOD : TIME := 10 ns;
CONSTANT RESET_TIME : TIME := 10*CLK_PERIOD;
CONSTANT TEST_DURATION : TIME := 10000 ms;
CONSTANT PERIOD : TIME := 10ms;
CONSTANT PERIOD : TIME := 10 ms;
-- Signals
SIGNAL clk : STD_LOGIC := '0';