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

Subversion Repositories ha1588

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ha1588
    from Rev 50 to Rev 51
    Reverse comparison

Rev 50 → Rev 51

/trunk/sim/sopc/test_input.v
2,7 → 2,7
initial
begin
@ start_test;
command_addr = 0; //write address start from 0x0
command_addr = 'h20; //write address start from 0x0
byte_enable = '1; //all byte lanes are used
idle = 0; //no idle cycle between each command of the master BFM
init_latency = 0; //the command is launched to Avalon bus with no delay
17,7 → 17,7
end
//Next read back the data
command_addr = 0;
command_addr = 'h20;
for (int i = 0; i < `NUM_TRANS; i++)
begin
master_set_and_push_command(REQ_READ, command_addr, 0, byte_enable, idle, init_latency);
/trunk/sim/sopc/sim.do
22,4 → 22,4
radix -hexadecimal
do wave.do
 
run 1000 ns
run -all

powered by: WebSVN 2.1.0

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