Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Martin S.

Pages: [1]
1
Suggestions and Requests / VHDL documentation
« on: February 21, 2011, 09:27:27 pm »
Hello,

I'm trying to use Enterprise Architect for VHDL modelling. Unfortunately the documentation in the help file is very sparse. Here are the questions I have so far:

-Why should I use ports for entities? I can also use attributes for input and output ports. When I use attributes I don't need to define any supporting elements.

-How can I define a std_logic_vector with downto notation?:
Code: [Select]
 signal example : std_logic_vector (23 downto 0);
-How can I define a subtype:
Code: [Select]
 subtype small_int is integer range -128 to 127;
Is there a way to attach Project files to forum posts? I think it would be easier for you to understand what I was doing if you could have a look at my testing project.

2
General Board / Re: Search for diagram with name
« on: April 04, 2013, 03:00:09 am »
Thanks for your replies so far! I'm new to Enterprise Architect so I have no clue what to do with the code snippets. Can you give me a link to a page which shows what I'm supposed to do with these snippets?

3
General Board / Search for diagram with name
« on: March 20, 2013, 09:32:53 pm »
Hello,

is it possible to include diagrams into the search results (CTRL + F)?

When I search for a string I want also that diagrams are listed in the search results which include that string in their diagram name.

4
General Board / Inserting a Table into generated Documentation
« on: September 12, 2012, 12:03:28 am »
Hello,

I'm working on a project where we try to store all relevant project informations in an EA project. The documentation template I use converts packages to sections and subsections in the document. The package notes are used as the text for that section. Unfortunately I haven't found a way to include a table in the package notes.

Can anybody tell me if I can put a table somewhere in the model which gets included in the documentation?


Best regards
Martin

Pages: [1]