Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 14, 2022
1 parent 3a05b89 commit f90bb3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
[submodule "third_party/ql-pp3e"]
path = third_party/ql-pp3e
url = https://github.com/QuickLogic-Corp/PolarPro3E
[submodule "quicklogic/common/utils/quicklogic-timings-importer"]
[submodule "archs/quicklogic/common/utils/quicklogic-timings-importer"]
path = archs/quicklogic/common/utils/quicklogic-timings-importer
url = https://github.com/QuickLogic-Corp/quicklogic-timings-importer
4 changes: 2 additions & 2 deletions common/cmake/file_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function(GET_VERILOG_INCLUDES var file)
# is called during configure step and generated files don't exist yet.
execute_process(
COMMAND
${PYTHON_EXECUTABLE} ${symbiflow-arch-defs_SOURCE_DIR}/utils/deps_verilog.py
${PYTHON_EXECUTABLE} ${symbiflow-arch-defs_SOURCE_DIR}/tools/utils/deps_verilog.py
--file_per_line ${CMAKE_CURRENT_SOURCE_DIR}/${file}
WORKING_DIRECTORY ${symbiflow-arch-defs_SOURCE_DIR}
OUTPUT_VARIABLE INCLUDES
Expand Down Expand Up @@ -177,7 +177,7 @@ function(GET_XML_INCLUDES var file)
# is called during configure step and generated files don't exist yet.
execute_process(
COMMAND
${PYTHON_EXECUTABLE} ${symbiflow-arch-defs_SOURCE_DIR}/utils/deps_xml.py
${PYTHON_EXECUTABLE} ${symbiflow-arch-defs_SOURCE_DIR}/tools/utils/deps_xml.py
--file_per_line ${CMAKE_CURRENT_SOURCE_DIR}/${file}
WORKING_DIRECTORY ${symbiflow-arch-defs_SOURCE_DIR}
OUTPUT_VARIABLE INCLUDES
Expand Down
2 changes: 1 addition & 1 deletion conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencies:
- -e third_party/liteeth
- -e third_party/liteiclink
- -e third_party/migen
- -e quicklogic/common/utils/quicklogic-timings-importer
- -e archs/quicklogic/common/utils/quicklogic-timings-importer
- third_party/pythondata-cpu-vexriscv
- third_party/pythondata-software-compiler_rt
prefix: /usr/share/miniconda/envs/f4pga_arch_def_base
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git+https://github.com/chipsalliance/f4pga-rr-graph.git#egg=rr-graph
-e third_party/liteeth
-e third_party/liteiclink
-e third_party/migen
-e quicklogic/common/utils/quicklogic-timings-importer
-e archs/quicklogic/common/utils/quicklogic-timings-importer
third_party/pythondata-cpu-vexriscv
third_party/pythondata-software-compiler_rt

Expand Down

0 comments on commit f90bb3d

Please sign in to comment.