P
Pete Fraser
Guest
Say I have a binary file containing compressed video.
I want to present the dut in my test bench with a byte
from the file at the dut's standard_logic_vector input,
every clock period.
What's the cleanest way to do this?
Can I use a binary file, or do I need to convert it to:
"xxxxxxxx"
"xxxxxxxx"
"xxxxxxxx"
with one 8-bit slv per line.
Is this simulator specific (I'll be using Modelim PE).
Thanks
I want to present the dut in my test bench with a byte
from the file at the dut's standard_logic_vector input,
every clock period.
What's the cleanest way to do this?
Can I use a binary file, or do I need to convert it to:
"xxxxxxxx"
"xxxxxxxx"
"xxxxxxxx"
with one 8-bit slv per line.
Is this simulator specific (I'll be using Modelim PE).
Thanks