Skip to content
  • Tristan Gingold's avatar
    hdlmake: do not set default library for xilinx synthesis. · 5938daae
    Tristan Gingold authored
    Fix #112
    
    the default library on Xilinx is xil_default, which is also the library
    where XCI designs are put.
    If the default library is 'work', then an instantiation like 'entity work.ip'
    will look in library 'work' which doesn't contain XCI designs.
    
    Adjust baselines
    5938daae