Skip to content

Instantly share code, notes, and snippets.

restart -f
force clk 0 0, 1 50 -repeat 100
force reset 1 0, 0 100
force t 1 55, 0 115 -repeat 200
run 1000
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mypackage.all;
entity ftr is
port (
clk, reset, t : in std_logic;
q : out std_logic
) ;
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mypackage.all;
entity ftr is
port (
clk, reset, t : in std_logic;
q : out std_logic
) ;