byuccl / spydrnet-tmr

TMR utilities for the SpyDrNet project
https://byuccl.github.io/spydrnet-tmr/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Updating os.path to pathlib #30

Open emonlux opened 1 year ago

emonlux commented 1 year ago

spydrnet_tmr/release.py Line 63-64 Line 71 Line 107 -109 Line 112-113 Line 127

setup.py Line 28-29 Line 31-32

spydrnet_tmr/init.py Line 41 Line 47-49 Line 59

spydrnet_tmr/tmr.py Line 50 Line 75

docs/conf.py Line 15 Line 80

spydrnet_tmr/utils/generate_primitive_tokens.py Line 9 Line 30

spydrnet_tmr/analysis/voter_insertion/init.py Pretty much the whole file

spydrnet_tmr/utils/load_primitive_info.py Line 13 Line 24

docs/walkthrough/basic_yosys_f4pga/tmr_script.py Line 58

docs/walkthrough/medium_yosys_f4pga/tmr_script.py Line 58

docs/f4pga/index.rst There is a script at the end of the file that has: if os.path.isfile(new_constraints_file):