| View previous topic :: View next topic |
| Author |
Message |
wimroy
Joined: 01 Nov 2009 Posts: 3 Location: India
|
Posted: Tue Dec 15, 2009 1:48 am Post subject: Adding User logic in X3-25 |
|
|
The Framework logic user manual mentions u_app_input as the place to tap into
adc data stream. But there seems to be no VHDL file with such a block in the default installation. _________________ Thanks & Regards,
Wimroy
-- |
|
| Back to top |
|
 |
dmclane
Joined: 31 Mar 2006 Posts: 57
|
Posted: Tue Dec 15, 2009 9:29 am Post subject: Adding logic to X3-25M |
|
|
The u_app_input is instantiated on line 1419 in the top file (x3_25.vhd). The component logic is in the X3 library (x3_framework\library\source\u_app_input.vhd).
Your installation should include the X3 library, located at the same level as the X3_25M project directory. _________________ Dan McLane |
|
| Back to top |
|
 |
|