![]() |
|
|
|||||||
![]() |
VHDL - Vhdl testbench with textio package |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hello everybody !
I'm design a digital video systems based on MPEG transport Stream (DVB). In fact I want to create a model and I must elaborate a DVB generator. The DVB generator play a file (with hexa values) and I want to inject these values in a VHDL block. data_int is STD_LOGIC_VECTOR type WHILE NOT ENDFILE(fichier) LOOP readline(fichier, ligne); hread(ligne,data_int,good); -- Read the B argumen WHILE good LOOP WAIT UNTIL rising_edge(CLK_TS); -- pour synchroniser DATA_TS <= data_int; hread(ligne,data_int,good); END LOOP; END LOOP; On DATA_TS output I'have the contain of the TS file . What's happen ? Is somebody can help me ? Thanks a lot, Etienne Teten |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute an external software from VHDL? And how to interface VHDL with JAVA? | becool_nikks | Software | 0 | 03-06-2009 07:08 PM |
| Help on auto conversion from Matlab to vhdl on filter design | hardheart | Hardware | 0 | 12-07-2007 09:19 AM |
| ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL | freitass | Hardware | 0 | 11-01-2007 03:44 PM |
| VHDL code | jyothikiranmai | Software | 0 | 10-04-2007 07:40 AM |
| The Practice Test Package Development: A New Service on the Certification Market | David Johnson | A+ Certification | 0 | 01-19-2005 10:52 AM |