Advertisement
Guest User

Untitled

a guest
May 16th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/mibuild/xilinx_ise.py b/mibuild/xilinx_ise.py
  2. index d6ac472..8d82dae 100644
  3. --- a/mibuild/xilinx_ise.py
  4. +++ b/mibuild/xilinx_ise.py
  5. @@ -84,6 +84,7 @@ def _build_files(device, sources, named_sc, named_pc, build_n
  6. -opt_mode SPEED
  7. -reduce_control_sets auto
  8. -register_balancing yes
  9. +-fsm_encoding one-hot
  10. -ofn %s.ngc
  11. -p %s""" % (build_name, build_name, device)
  12. tools.write_to_file(build_name + ".xst", xst_contents)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement