Skip to content
Draft
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
2 changes: 1 addition & 1 deletion conf/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ termcolor
terminaltables
tqdm
yapf==0.31.0
git+https://github.com/SymbiFlow/edalize.git@symbiflow_update#egg=edalize
git+https://github.com/antmicro/edalize.git@uhdm-use-upstream-yosys#egg=edalize
2 changes: 1 addition & 1 deletion conf/symbiflow/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- defaults
- litex-hub
dependencies:
- litex-hub::yosys-uhdm=v0.0_93_ga57fae6
- litex-hub::yosys
- litex-hub::symbiflow-yosys-plugins
- python=3.7
- pip
- pip:
Expand Down
8 changes: 0 additions & 8 deletions toolchains/vivado.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,3 @@ def __init__(self, rootdir):
'-iopad', '-arch xc7', '-flatten', 'frontend=surelog'
]
self.toolchain = 'yosys-vivado-uhdm'
uhdm_yosys_path = shutil.which("uhdm-yosys")
# by default assume, uhdm-yosys is installed in symbiflow env
if uhdm_yosys_path is None:
print(
"Could not find uhdm-yosys binary. Please execute 'source env.sh' or reinstall conda environments."
)
sys.exit(1)
uhdm_yosys_path = os.path.dirname(uhdm_yosys_path)