代码搜索:testbench
找到约 2,392 项符合「testbench」的源代码
代码结果 2,392
www.eeworm.com/read/471796/6882082
vhd list_ch01_05_tb.vhd
-- Listing 1.5
library ieee;
use ieee.std_logic_1164.all;
entity eq2_testbench is
end eq2_testbench;
architecture tb_arch of eq2_testbench is
signal test_in0, test_in1: std_logic_vector(1 d
www.eeworm.com/read/471796/6882086
vhd list_ch02_03_tb.vhd
-- Listing 2.3
library ieee; use ieee.std_logic_1164.all;
entity eq2_testbench is
end eq2_testbench;
architecture tb_arch of eq2_testbench is
signal test_in0, test_in1: std_logic_vector(1 do
www.eeworm.com/read/368409/9696988
tf first_0_tb.tf
module testbench();
reg [7:0] data_seq;
integer i;
initial begin
data_seq = 8'b11001111; //testing data
i=0;
begin: search_loop
while(i
www.eeworm.com/read/172338/9713048
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity can_testbench is
generic(
tp : integer := 1;
brp : integer := 4
);
end can_testbench;
www.eeworm.com/read/135710/13909871
vhd txmit_tb.vhd
-- VHDL Test Bench Created from source file txmit.vhd -- 16:58:29 04/12/2000
--
-- Notes:
-- 1) This testbench template has been automatically generated using types
-- std_logic and std_logic_v
www.eeworm.com/read/135419/13934216
sth sources.sth
[Files List]
C:\Program Files\Aldec\Active-HDL 4.1\VLIB\STD\src\standard.vhd=S
C:\My_Designs\sap1\src\prom.v=S
C:\My_Designs\sap1\src\SAP_1.v=S
C:\My_Designs\sap1\src\TestBench\SAP_1_TB.v=S
www.eeworm.com/read/135419/13934262
opt sap1.opt
-u "C:\Program Files\Aldec\Active-HDL 4.1\bin\systf.dll" "C:\My_Designs\sap1\src\TestBench\SAP_1_TB.v" -k 100 -g 5 -l "C:\My_Designs\sap1\compile\sap1.erf" -r -li "C:\My_Designs\sap1\compile\sap
www.eeworm.com/read/457412/7325840
vhd twofish_cbc_decryption_monte_carlo_testbench_256bits.vhd
-- Twofish_cbc_decryption_monte_carlo_testbench_256bits.vhd
-- Copyright (C) 2006 Spyros Ninos
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the
www.eeworm.com/read/457412/7325841
vhd twofish_ecb_decryption_monte_carlo_testbench_128bits.vhd
-- Twofish_ecb_decryption_monte_carlo_testbench_128bits.vhd
-- Copyright (C) 2006 Spyros Ninos
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the
www.eeworm.com/read/457412/7325843
vhd twofish_ecb_encryption_monte_carlo_testbench_256bits.vhd
-- Twofish_ecb_encryption_monte_carlo_testbench_256bits.vhd
-- Copyright (C) 2006 Spyros Ninos
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the