Skip to content

De-tabbed source files; merged all AHDL/Verilog to one directory #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PLLJ_PLLSPE_INFO.txt
c5_pin_model_dump.txt

*.bak
*.cdf
*.ddb
*.dpf
*.jdi
*.jic
*.map
*.pin
*.pof
*.qdf
*.qws
*.rpt
*.sof
*.done
*.smsg
*.summary
db/
incremental_db/
simulation/
hc_output/
42 changes: 21 additions & 21 deletions P8X32A_BeMicroCV/P8X32A_BeMicroCV.cof → HDL/BeMicroCV.cof
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
<cof>
<eprom_name>EPCS16</eprom_name>
<flash_loader_device>5CEFA2F23C8</flash_loader_device>
<output_filename>P8X32A_BeMicroCV.jic</output_filename>
<n_pages>1</n_pages>
<width>1</width>
<mode>7</mode>
<sof_data>
<user_name>Page_0</user_name>
<page_flags>1</page_flags>
<bit0>
<sof_filename>top.sof<compress_bitstream>1</compress_bitstream></sof_filename>
</bit0>
</sof_data>
<version>5</version>
<create_cvp_file>0</create_cvp_file>
<auto_create_rpd>0</auto_create_rpd>
<options>
<map_file>1</map_file>
</options>
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
<cof>
<eprom_name>EPCS16</eprom_name>
<flash_loader_device>5CEFA2F23C8</flash_loader_device>
<output_filename>output_files/BeMicroCV.jic</output_filename>
<n_pages>1</n_pages>
<width>1</width>
<mode>7</mode>
<sof_data>
<user_name>Page_0</user_name>
<page_flags>1</page_flags>
<bit0>
<sof_filename>output_files/BeMicroCV.sof<compress_bitstream>1</compress_bitstream></sof_filename>
</bit0>
</sof_data>
<version>6</version>
<create_cvp_file>0</create_cvp_file>
<auto_create_rpd>0</auto_create_rpd>
<options>
<map_file>1</map_file>
</options>
</cof>
344 changes: 173 additions & 171 deletions P8X32A_BeMicroCV/top.qsf → HDL/BeMicroCV.qsf

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions P8X32A_DE0_Nano/P8X32A_DE0_Nano.cof → HDL/DE0-Nano.cof
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
<cof>
<eprom_name>EPCS16</eprom_name>
<flash_loader_device>EP4CE22</flash_loader_device>
<output_filename>P8X32A_DE0_Nano.jic</output_filename>
<n_pages>1</n_pages>
<width>1</width>
<mode>7</mode>
<sof_data>
<user_name>Page_0</user_name>
<page_flags>1</page_flags>
<bit0>
<sof_filename>top.sof<compress_bitstream>1</compress_bitstream></sof_filename>
</bit0>
</sof_data>
<version>5</version>
<create_cvp_file>0</create_cvp_file>
<auto_create_rpd>0</auto_create_rpd>
<options>
<map_file>1</map_file>
</options>
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
<cof>
<eprom_name>EPCS16</eprom_name>
<flash_loader_device>EP4CE22</flash_loader_device>
<output_filename>output_files/DE0-Nano.jic</output_filename>
<n_pages>1</n_pages>
<width>1</width>
<mode>7</mode>
<sof_data>
<user_name>Page_0</user_name>
<page_flags>1</page_flags>
<bit0>
<sof_filename>output_files/DE0-Nano.sof</sof_filename>
</bit0>
</sof_data>
<version>6</version>
<create_cvp_file>0</create_cvp_file>
<auto_create_rpd>0</auto_create_rpd>
<options>
<map_file>1</map_file>
</options>
</cof>
Loading