Merge pull request #42 from RapidSilicon/update_from_upstream
Pulling refs/heads/update_from_upstream into master
This commit is contained in:
commit
8fe4ca2b80
|
@ -12,12 +12,11 @@
|
||||||
!/openfpga/openfpga
|
!/openfpga/openfpga
|
||||||
!/vpr/libvpr.a
|
!/vpr/libvpr.a
|
||||||
!/vpr/vpr
|
!/vpr/vpr
|
||||||
!/yosys/install/share/
|
!/yosys/install/share/**
|
||||||
!/yosys/install/bin/yosys
|
!/yosys/install/bin/yosys
|
||||||
!/yosys/install/bin/yosys-abc
|
!/yosys/install/bin/yosys-abc
|
||||||
!/yosys/install/bin/yosys-config
|
!/yosys/install/bin/yosys-config
|
||||||
!/yosys/install/bin/yosys-filterlib
|
!/yosys/install/bin/yosys-filterlib
|
||||||
!/yosys/install/bin/yosys-smtbmc
|
!/yosys/install/bin/yosys-smtbmc
|
||||||
!/openfpga_flow
|
|
||||||
!/openfpga.sh
|
!/openfpga.sh
|
||||||
!/openfpga_flow/
|
!/openfpga_flow/**
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "gitsubmodule"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "00:00"
|
||||||
|
timezone: "America/Denver"
|
||||||
|
#assignees:
|
||||||
|
# - "username"
|
||||||
|
#labels: need to add the required label to the repo first!
|
||||||
|
# - "submodule-updates"
|
||||||
|
# must use the full team name, including the organization, as if you were @mentioning the team
|
||||||
|
reviewers:
|
||||||
|
- "tangxifan"
|
||||||
|
- "tpagarani"
|
||||||
|
# Allow dependabot to open up to 10 open pull requests. Default is 5.
|
||||||
|
# open-pull-requests-limit: 10
|
||||||
|
allow:
|
||||||
|
# only enable for the yosys-symbiflow-plugins submodule
|
||||||
|
- dependency-name: "yosys-plugins"
|
|
@ -170,12 +170,8 @@ jobs:
|
||||||
openfpga/openfpga
|
openfpga/openfpga
|
||||||
vpr/libvpr.a
|
vpr/libvpr.a
|
||||||
vpr/vpr
|
vpr/vpr
|
||||||
yosys/install/share/
|
yosys/install/share
|
||||||
yosys/install/bin/yosys
|
yosys/install/bin
|
||||||
yosys/install/bin/yosys-abc
|
|
||||||
yosys/install/bin/yosys-config
|
|
||||||
yosys/install/bin/yosys-filterlib
|
|
||||||
yosys/install/bin/yosys-smtbmc
|
|
||||||
openfpga_flow
|
openfpga_flow
|
||||||
openfpga.sh
|
openfpga.sh
|
||||||
docker_distribution:
|
docker_distribution:
|
||||||
|
|
|
@ -13,9 +13,11 @@ Technical Details about FPGA-SPICE/Verilog/Bitstream/SDC:
|
||||||
|
|
||||||
Dr. Xifan Tang
|
Dr. Xifan Tang
|
||||||
|
|
||||||
xifan.tang@utah.edu
|
xifan@osfpga.org
|
||||||
|
|
||||||
.. Technical Details about layout auto-generation
|
Technical Details about physical design
|
||||||
.. Edouard Giacomin
|
|
||||||
.. edouard.giacomin@utah.edu
|
Ganesh Gore
|
||||||
|
|
||||||
|
ganesh.gore@utah.edu
|
||||||
|
|
||||||
|
|
|
@ -8,14 +8,12 @@ PYTHON_EXEC=python3.8
|
||||||
##############################################
|
##############################################
|
||||||
echo -e "QuickLogic regression tests";
|
echo -e "QuickLogic regression tests";
|
||||||
|
|
||||||
# TODO: Disabled all the tests here because Quicklogic's synthesis script is not in Yosys v0.10 release. Will bring back once Quicklogic manages to merge their contribution to Yosys upstream
|
|
||||||
|
|
||||||
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
|
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
|
||||||
run-task quicklogic_tests/flow_test --debug --show_thread_logs
|
run-task quicklogic_tests/flow_test --debug --show_thread_logs
|
||||||
|
|
||||||
##echo -e "Testing yosys flow using custom ys script for running multi-clock quicklogic device";
|
echo -e "Testing yosys flow using custom ys script for running multi-clock quicklogic device";
|
||||||
##run-task quicklogic_tests/counter_5clock_test --debug --show_thread_logs
|
run-task quicklogic_tests/counter_5clock_test --debug --show_thread_logs
|
||||||
##run-task quicklogic_tests/sdc_controller_test --debug --show_thread_logs
|
run-task quicklogic_tests/sdc_controller_test --debug --show_thread_logs
|
||||||
##
|
|
||||||
##echo -e "Testing yosys flow using custom ys script for adders in quicklogic device";
|
echo -e "Testing yosys flow using custom ys script for adders in quicklogic device";
|
||||||
##run-task quicklogic_tests/lut_adder_test --debug --show_thread_logs
|
run-task quicklogic_tests/lut_adder_test --debug --show_thread_logs
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e3204198bd50f14624d756b74f32c162dc5b0d0a
|
Subproject commit b48dda647aa07170b46185eff6496a2073ad0d8f
|
Loading…
Reference in New Issue