coriolis/crlcore
Jean-Paul Chaput 12ac23713e Duplicate ScalarSignal creation (signal & global) in VhdlEntity.
* Bug: In CRL Core, in VhdlEntity, when a scalar signal is also global,
    two ScalarSignal where created, but only one can be linked as a
    property on a Net. So when the one *not* linked as a property was
    deleted, an infinite loop started (under Cygwin at least).
      The _globals list now contains pointers to signals that are in
    _signals. The _globals elements no longer needs to be deleted.
2016-03-03 18:14:20 +01:00
..
cmake_modules New Library Manager Widget. Access with Tools menu or CTRL+M. 2015-05-09 17:03:17 +02:00
doc Happy new year 2016! 2016-01-21 00:41:19 +01:00
etc Bug in Cell::_preDestroy(). 2016-02-23 17:19:42 +01:00
python Happy new year 2016! 2016-01-21 00:41:19 +01:00
src Duplicate ScalarSignal creation (signal & global) in VhdlEntity. 2016-03-03 18:14:20 +01:00
CMakeLists.txt Python Script launcher extended to accomodate Chams. 2015-03-17 16:31:24 +01:00