| 1190 |
Erroneous verification warning 'net xyz has no driver' |
7.2.10 |
If a designs contains nets that only have two connected destination rippers, Ease may issue verification warnings about nets without a driver. The generated code however is correct. |
| 1189 |
Dependencies on packages referred by external HDL files |
7.2.10 |
When external HDL files were used not all objects that depended on a package were offered to the simulator when the package changed. |
| 1188 |
Ease memory usage increases with every verify action |
7.2.10 |
Every time Ease verification is performed the amount of memory used increases. |
| 1187 |
Unable to import Verilog if actual value for parameter is negative |
7.2.10 |
When importing Verilog code that has an actual value for a parameter that is a negative number Ease will issue a message that unary operators are not supported. |
| 1186 |
Messages about redefinitions while loading project |
7.2.10 |
When loading a project containing multiple Ease libraries with the same HDL library name Ease will issue messages during load about redefinition of 'Toplevel' |
| 1185 |
Reimport can cause duplicate objects |
7.2.9 |
When reimporting HDL in a project that contains multiple Ease libraries with the same HDL library name Ease sometimes creates a second entity/module in a different Ease library |
| 1184 |
Verilog include directories not found during HDL import |
7.2.9 |
If a directory contains only Verilog include files, these include files will not be found during HDL import even if they were added to the list of imported files. |
| 1179 |
Cannot paste port on generate block |
7.2.8 |
A new port cannot be created on a generated block using copy&paste. |
| 1178 |
Verilog linter improvement |
7.2.8 |
Verilog linter was unable to determine mismatches in port counts between modules and instances. |
| 1175 |
SVN performance improvements |
7.2.8 |
As Title |
| 1175 |
Signal not on the FSM sensitivity list |
7.2.8 |
Mealy signals are not placed on the sensitivity list. |
| 1174 |
Net Connections Labels defaults cannot be set. |
7.2.8 |
It is not possible to set a default for labels of the NetConnections. |
| 1173 |
Net Connections Labels are reset on copy. |
7.2.8 |
The Net connection label properties are reset on after a copy action. |
| 1172 |
External HDL file ignored on the HDL flow. |
7.2.7 |
When the HDL generate mode is set to all in one file the external files are not added to the HDL simulation flow. |
| 1171 |
Add Skip option to the import dialog |
7.2.7 |
When the HDL generate mode is set to all in one file the external files are not added to the HDL simulation flow. |
| 1170 |
Purge Dialog is not updated |
7.2.7 |
Purge Dialog is not updated after the first purge. |
| 1159 |
Verilog import fails for instantiated VHDL entities. |
7.2.6 |
VHDL entities are not recognized when instantiated in a Verilog module. |
| 1155 |
Moduleware dialog crash |
7.2.6 |
When instantiating an entity through the moduleware dialog with a name that is already present in the current editor and the previous entity is update EASE could crash. |
| 1154 |
No library clause generated for non-hierarchical configuration |
7.2.6 |
When a configuration refers other configurations but no hierarchical configurations are generated (project property), no library clause will be generated for entities referred by the nested configuration. |
| 1153 |
Generation for configuration fails |
7.2.6 |
1. start Ease : existing project with own package
2. verify package >>> oke
3. verify configuration >>> oke
4. modify contents of package
5. verify package >>> oke
6. verify configuration >>> failed, due to... |
| 1151 |
Do not zoom when editing bus ripper properties |
7.2.6 |
It is annoying that Ease changes zoom level when editing bus ripper properties. On hi-res displays (1920 x 1200) there is often no need to zoom and you won't get a good overview (context) when Ease increases the zoom factor.
Please do not change the zoom factor when editing ripper properties. |
| 1147 |
Allow disable configuration generation |
7.2.5 |
Quartus 7.2 does not allow nested configurations. |
| 1146 |
HDL Library name is not checked for a valid identifier |
7.2.5 |
A typo in the HDL Library name is difficult to track as it does not refer to a graphical object. |
| 1145 |
HTML links to entities in external HDL files broken |
7.2.5 |
Components referring to an entity in an external HDL file have a link to the architecture instead of the external HDL file. The entity symbols do not have a link at all. |
| 1144 |
External HDL File update fails |
7.2.4 |
Updating an External HDL File fails if the file path contains an environment variable. |
| 1143 |
Unable to change path for external HDL file |
7.2.4 |
It is not possible to change the path of an external HDL file if the new path and the old path point to the same file (e.g. one of them is using an environment variable while the other is not). |
| 1142 |
Contrained types not handled correctly |
7.2.4 |
Constrained types are sometimes treated like unconstrained types (you are allowed to enter range information) while in other cases they are not recognized as arrays (e.g. they are not visualized as buses). |
| 1141 |
Package dependencies not determined correctly |
7.2.4 |
Dependencies between packages are sometimes determined incorrectly if disabled package uses exist. |
| 1140 |
Incorrect type and range detection for virtual nets containing bus rippers |
7.2.3 |
Type and range detection for virtual nets containing bus rippers was sometimes incorrect. |
| 1139 |
Dependencies not determined correctly |
7.2.3 |
Dependencies between packages are not determined correctly if some of the packages reside inside external HDL files. |
| 1138 |
Crash during verification if component generic had no entity generic |
7.2.3 |
EASE crashes during verification if a component generic has no matching entity generic. |
| 1137 |
External HDL files not passed in tool flow |
7.2.3 |
External HDL files were not passed to other tools (simulators). |
1136 |
EASE_EWS variable set at wrong moment |
7.2.3 |
The EASE_EWS environment variable was set AFTER the project was loaded. This caused problems with paths that referred EASE_EWS during load. |
1135 |
Skeleton parser does not recognize 'end package;' |
7.2.2 |
The skeleton parser does not recognize 'end package;'. It does recognize 'end;' or 'end package ;' but not 'end package;' |
| 1134 |
Objects not marked as modified when deleting package use |
7.2.2 |
When deleting a package use (or include statement) using the dialog the object containing the package use was not marked as being modified. |
| 1113 |
Open project in read-only mode from GUI |
7.2.1 |
Currently it is not possible to open a project from the GUI in read-only mode.
This makes it very hard to open a project that resides in a place (e.g. filesystem) that is read-only. |
| 1025 |
Allow manipulation of linked components |
7.2.1 |
It would be nice if it was possible to change the layout of a linked component (resize it and move ports & generics). |
| 922 |
Show default actions in sheet |
7.2.1 |
Show default actions in sheet |
| 792 |
Verify if signals used in process or conc. stat. are connected to this block |
7.2.1 |
Ease should verify if the signalnames used in a process or concurrent statement are up-to-date with the signalnames connected to this block. Changing a signalname, connected to such a block, has effect on the functionality of this block. A user not... |
| 778 |
The visibility of statediagram portnames in state diagram |
7.2.1 |
Currently while you edit the state machine you have to remember what all the Portnames are called you want to use in Transitions or Actions.
So a pick list of valid identifiers to use or some kind of auto complete while entering text would be very handy. |
| 581 |
Hierarchical FSM's |
7.2.1 |
As title |