Library of reusable VHDL components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
417 B

  1. #!/bin/bash
  2. rm -rf vhdl_2008/*.vhdl
  3. cd vhdl_2008
  4. wget http://www.eda.org/fphdl/standard_additions_c.vhdl
  5. wget http://www.eda.org/fphdl/env_c.vhdl
  6. wget http://www.eda.org/fphdl/standard_textio_additions_c.vhdl
  7. wget http://www.eda.org/fphdl/std_logic_1164_additions.vhdl
  8. wget http://www.eda.org/fphdl/numeric_std_additions.vhdl
  9. wget http://www.eda.org/fphdl/numeric_std_unsigned_c.vhdl
  10. patch < env_c.vhdl.patch