##// END OF EJS Templates
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory...
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory Changed test directory Validation_LFR_TIME_MANAGEMENT in LFR_time_management. Added LFR_MANAGMENT_TIME_FINE_DELTA register into apb_lfr_management module at address 0x30 : * LFR_MANAGMENT_TIME_FINE_DELTA ( 8 downto 0) : ft_counter_lsb value * LFR_MANAGMENT_TIME_FINE_DELTA (24 downto 9) : ft value * LFR_MANAGMENT_TIME_FINE_DELTA (26 downto 25) : + ft_counter_lsb_MAX_VALUE = 379 when "00" + ft_counter_lsb_MAX_VALUE = 380 when "01" + ft_counter_lsb_MAX_VALUE = 381 when "10" Updated LFR_time_managment testbench.

File last commit:

r644:9af55c8d1a6e default
r655:2dbcdaf8bb73 tip default
Show More
README.md
49 lines | 1.2 KiB | text/x-minidsrc | MarkdownLexer
Jeandet Alexis
Removed unmaintained C drivers....
r644 # ABOUT
LPP's VHD_Lib is a kind of addon to gaisler's grlib with most [LPP](http://www.lpp.fr/?lang=en) VHDL IPs. For setup read instalation section.
# REQUIREMENTS
To use this library you need the grlib and linux shell or mingw for windows users.
[Jupyter](http://jupyter.org/) and [GHDL](http://ghdl.free.fr/) migh also be useful.
# PERSONALIZATION
You can add your IPs to the library.
# INSTALLATION
To set up the VHD_Lib follow this steps:
1. download and extract the [grlib](http://www.gaisler.com/index.php/downloads/leongrlib)
2. create a VARIABLE called GRLIB with value the path to the extracted grlib folder.
3. untar the VHD_Lib and run the following command from VHD_Lib folder:
```bash
make link
```
4. now you can use VHD_Lib's and grlib's Makefiles, designs and IPs.
Please note that if you try "make help" you will see all targets and if the GRLIB variable is correct.
# LICENSE
All the programs used by the VHD_Lib are protected by their respective
license. They all are free software and most of them are covered by the
GNU General Public License.
# Feedback
Please send feedbacks to **Alexis Jeandet** alexis.jeandet@member.fsf.org