source: branches/fault_tolerance/lib/generic_llsc_global_table/metadata/generic_llsc_global_table.sd @ 724

Last change on this file since 724 was 724, checked in by cfuguet, 10 years ago

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
File size: 496 bytes
Line 
1# -*- python -*-
2
3Module(
4    'caba:generic_llsc_global_table',
5    classname       = 'soclib::GenericLLSCGlobalTable',
6    header_files    = ['../include/generic_llsc_global_table.h'],
7    tmpl_parameters = 
8        [
9            parameter.Int('nb_slots', min = 2, max = 64, default = 32),
10            parameter.Int('nb_procs', min = 2, max = 4096, default = 4095), # default should be 4096, but soclib-cc problem
11            parameter.Type('addr_t', default = 'sc_dt::sc_uint<40>')
12        ]
13)
Note: See TracBrowser for help on using the repository browser.