OpenCores
URL https://opencores.org/ocsvn/present/present/trunk

Subversion Repositories present

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /present/trunk
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

/JavaTests/PresentCommTesting/src/pl/com/kgajewski/serialcomm/datagen/PresentDataGenerator.java
6,7 → 6,11
 
import org.apache.commons.lang3.StringUtils;
 
//Some class preparing data for communication testing
//It can be easy used from Eclipse iDE
//Only change the "drive" variable where to write testfiles.
 
 
public class PresentDataGenerator {
public static void main(String[] args) {
String drive = "e:\\";
/PureTesting/bench/vhdl/sLayerTB.vhd
100,7 → 100,7
wait for clk_period;
---- Preparation for test case 1 -----------------
-- inpput <= x"0";
-- input <= x"0";
-- expected_output <= x"";
--------------------------------------------------
115,8 → 115,8
end if;
 
---- Preparation for test case 2 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"A";
-- expected_output <= x"F";
--------------------------------------------------
input <= x"A";
130,8 → 130,8
end if;
 
---- Preparation for test case 3 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"F";
-- expected_output <= x"2";
--------------------------------------------------
input <= x"F";
/32BitIO/bench/vhdl/sLayerTB.vhd
100,8 → 100,8
wait for clk_period;
---- Preparation for test case 1 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"0";
-- expected_output <= x"C";
--------------------------------------------------
input <= x"0";
115,8 → 115,8
end if;
 
---- Preparation for test case 2 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"A";
-- expected_output <= x"F";
--------------------------------------------------
input <= x"A";
130,8 → 130,8
end if;
 
---- Preparation for test case 3 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"F";
-- expected_output <= x"2";
--------------------------------------------------
input <= x"F";
/Pure/bench/vhdl/sLayerTB.vhd
100,8 → 100,8
wait for clk_period;
---- Preparation for test case 1 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"0";
-- expected_output <= x"C";
--------------------------------------------------
input <= x"0";
115,8 → 115,8
end if;
 
---- Preparation for test case 2 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"A";
-- expected_output <= x"F";
--------------------------------------------------
input <= x"A";
130,8 → 130,8
end if;
 
---- Preparation for test case 3 -----------------
-- inpput <= x"0";
-- expected_output <= x"";
-- input <= x"F";
-- expected_output <= x"2";
--------------------------------------------------
input <= x"F";

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.