[Cryptech Core] call

Rob Austein sra at hactrn.net
Tue Nov 4 16:02:36 UTC 2014


At Tue, 4 Nov 2014 16:13:26 +0100, Joachim Strömbergson wrote:
...
> I've also tried to build coretest for Novena, but Makefile is for
> 14.2 of ISE and the one you get from Xilinx is 14.7. Fixed that hard
> coded version in the Makefile, but now it dies on the .mk-file for
> some reason.

All I did to build core/novena on Wheezy after following install
directions was:

  #!/bin/sh -
  cd novena/synth
  exec make isedir='/opt/Xilinx/14.7/ISE_DS' xil_env='. $(isedir)/settings32.sh'

Building core/novena_i2c_simple was similar:

  #!/bin/sh -
  cd novena_i2c_simple/build
  exec make isedir='/opt/Xilinx/14.7/ISE_DS' xil_env='. $(isedir)/settings32.sh'

Default configuration seems to be for a 64-bit machine, but I mostly
use 32-bit VMs (because in my experience they're less likely to give
the host OS indigestion), hence the xil_env setting.




More information about the Core mailing list