Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.05 KB | None | 0 0
  1. [tom@tom-x220t symbiflow-simple-sample]$ make clean && make -j 4 && make proglr_counter
  2. rm -f counter.eblif counter_synth.v
  3. rm -f counter_io.place counter.{net,place,route}
  4. rm -f top.frames top.fasm top.bit top_synth.v
  5. rm -f counter-{pack,place,route}.log counter.eblif.log fasm.log
  6. rm -f *.rpt
  7. symbiflow_arch_defs_SOURCE_DIR=~/git/symbiflow-arch-defs \
  8.         OUT_EBLIF=counter.eblif \
  9.         ~/git/symbiflow-arch-defs/build/env/conda/bin/yosys -q -p "tcl synth.tcl" -l counter.eblif.log counter.v
  10. Warning: Resizing cell port top.interface.LRCLK from 32 bits to 1 bits.
  11. Warning: Wire top.interface.samples_to_skip has an unprocessed 'init' attribute.
  12. ~/git/symbiflow-arch-defs/build/env/conda/bin/vpr ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/arch.timing.xml counter.eblif --device xc7a50t-basys3-test --read_rr_graph ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/rr_graph_xc7a50t-basys3_test.rr_graph.real.xml --min_route_chan_width_hint 100 --max_criticality 0.0 --max_router_iterations 500 --routing_failure_predictor off --router_high_fanout_threshold -1 --constant_net_method route --route_chan_width 500 --clock_modeling route --place_algorithm bounding_box --enable_timing_computations off --allow_unrelated_clustering on --clustering_pin_feasibility_filter off --disable_check_route on --strict_checks off --allow_dangling_combinational_nodes on --disable_errors check_unbuffered_edges:check_route --pack > counter-pack.log
  13. PYTHONPATH=~/git/symbiflow-arch-defs/utils python3 ~/git/symbiflow-arch-defs/xc7/utils/prjxray_create_ioplace.py --pcf basys3.pcf --map ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/synth_tiles_pinmap.csv --blif counter.eblif --out counter_io.place
  14. ~/git/symbiflow-arch-defs/build/env/conda/bin/vpr ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/arch.timing.xml counter.eblif --device xc7a50t-basys3-test --read_rr_graph ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/rr_graph_xc7a50t-basys3_test.rr_graph.real.xml --min_route_chan_width_hint 100 --max_criticality 0.0 --max_router_iterations 500 --routing_failure_predictor off --router_high_fanout_threshold -1 --constant_net_method route --route_chan_width 500 --clock_modeling route --place_algorithm bounding_box --enable_timing_computations off --allow_unrelated_clustering on --clustering_pin_feasibility_filter off --disable_check_route on --strict_checks off --allow_dangling_combinational_nodes on --disable_errors check_unbuffered_edges:check_route --fix_pins counter_io.place --place > counter-place.log
  15. ~/git/symbiflow-arch-defs/build/env/conda/bin/vpr ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/arch.timing.xml counter.eblif --device xc7a50t-basys3-test --read_rr_graph ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/rr_graph_xc7a50t-basys3_test.rr_graph.real.xml --min_route_chan_width_hint 100 --max_criticality 0.0 --max_router_iterations 500 --routing_failure_predictor off --router_high_fanout_threshold -1 --constant_net_method route --route_chan_width 500 --clock_modeling route --place_algorithm bounding_box --enable_timing_computations off --allow_unrelated_clustering on --clustering_pin_feasibility_filter off --disable_check_route on --strict_checks off --allow_dangling_combinational_nodes on --disable_errors check_unbuffered_edges:check_route --route > counter-route.log
  16. ~/git/symbiflow-arch-defs/build/env/conda/bin/genfasm ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/arch.timing.xml counter.eblif --device xc7a50t-basys3-test --read_rr_graph ~/git/symbiflow-arch-defs/build/xc7/archs/artix7/devices/rr_graph_xc7a50t-basys3_test.rr_graph.real.xml --min_route_chan_width_hint 100 --max_criticality 0.0 --max_router_iterations 500 --routing_failure_predictor off --router_high_fanout_threshold -1 --constant_net_method route --route_chan_width 500 --clock_modeling route --place_algorithm bounding_box --enable_timing_computations off --allow_unrelated_clustering on --clustering_pin_feasibility_filter off --disable_check_route on --strict_checks off --allow_dangling_combinational_nodes on --disable_errors check_unbuffered_edges:check_route > fasm.log
  17. PYTHONPATH=~/git/symbiflow-arch-defs/build/env/conda/lib/python3.7/site-packages:~/git/symbiflow-arch-defs/third_party/prjxray:~/git/symbiflow-arch-defs/third_party/prjxray/third_party/fasm python3 ~/git/symbiflow-arch-defs/third_party/prjxray/utils/fasm2frames.py --db-root ~/git/symbiflow-arch-defs/third_party/prjxray-db/artix7 --sparse --roi ~/git/symbiflow-arch-defs/third_party/prjxray-db/artix7/harness/basys3/swbut/design.json top.fasm top.frames
  18. ~/git/symbiflow-arch-defs/build/third_party/prjxray/tools/xc7patch --frm_file top.frames --output_file top.bit --bitstream_file ~/git/symbiflow-arch-defs/third_party/prjxray-db/artix7/harness/basys3/swbut/design.bit --part_name xc7a35tcpg236-1 --part_file ~/git/symbiflow-arch-defs/third_party/prjxray-db/artix7/xc7a35tcpg236-1.yaml
  19. rm counter_io.place
  20. make: *** No rule to make target 'proglr_counter'.  Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement