<feed xmlns='http://www.w3.org/2005/Atom'>
<title>beckmanf/dtlab.git/sim, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/'/>
<entry>
<title>add uart_rx_edge</title>
<updated>2024-05-28T10:20:02+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-05-28T10:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=aa054291a7f4eaf136d228d851354bd879fd8fe1'/>
<id>aa054291a7f4eaf136d228d851354bd879fd8fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>uart rx</title>
<updated>2024-05-27T19:04:01+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-05-27T15:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=f780458e75d1e22742a091e8e9cf89009e91ee8a'/>
<id>f780458e75d1e22742a091e8e9cf89009e91ee8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sim/makefile: added synth step to sim</title>
<updated>2024-05-15T04:43:58+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-05-15T04:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=8c6f69e2fead5f85b8098bca6c1c4606676a880e'/>
<id>8c6f69e2fead5f85b8098bca6c1c4606676a880e</id>
<content type='text'>
The --synth step finds std_ulogic violations with
several drivers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --synth step finds std_ulogic violations with
several drivers
</pre>
</div>
</content>
</entry>
<entry>
<title>add top_uart</title>
<updated>2024-05-14T14:21:25+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-05-14T14:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6'/>
<id>1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add pwm</title>
<updated>2024-05-10T11:49:52+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@tha.de</email>
</author>
<published>2024-05-10T11:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=25ed296488cd6d9dca9b93ec5ecf76966da1131b'/>
<id>25ed296488cd6d9dca9b93ec5ecf76966da1131b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add top_count</title>
<updated>2024-05-10T10:28:38+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@tha.de</email>
</author>
<published>2024-05-10T10:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=bc7d43b160864d53e7e4bbea81b29d5e8903baf4'/>
<id>bc7d43b160864d53e7e4bbea81b29d5e8903baf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sim: make the output of the make command more verbose</title>
<updated>2024-04-28T11:13:53+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-04-28T11:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=ee8d484d8531e425a06f23519fc09bbf2e1acf4e'/>
<id>ee8d484d8531e425a06f23519fc09bbf2e1acf4e</id>
<content type='text'>
Hans dumped all ghdl output to a logfile to have a short output
on the terminal. I prefer to have a more verbose output in case of
errors. In addition I fixed a problem when an error occurs during
elaboration as the .ghw file is produced also when ghdl exits with
an error. Now make will reproduce the error on each call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hans dumped all ghdl output to a logfile to have a short output
on the terminal. I prefer to have a more verbose output in case of
errors. In addition I fixed a problem when an error occurs during
elaboration as the .ghw file is produced also when ghdl exits with
an error. Now make will reproduce the error on each call.
</pre>
</div>
</content>
</entry>
<entry>
<title>top_shift: add edge.vhd and ringcnt.vhd as empty modules</title>
<updated>2024-04-28T11:11:57+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-04-28T11:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=d4e117939818af4ed0e148f6352a81c19fa4631c'/>
<id>d4e117939818af4ed0e148f6352a81c19fa4631c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add top_shift and simulation</title>
<updated>2024-03-07T11:26:41+00:00</updated>
<author>
<name>Friedrich Beckmann</name>
<email>friedrich.beckmann@hs-augsburg.de</email>
</author>
<published>2024-03-07T11:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://caeis.etech.fh-augsburg.de/beckmanf/dtlab.git/commit/?id=e96efbe9496c8f9718869791fa30e444f42ffb38'/>
<id>e96efbe9496c8f9718869791fa30e444f42ffb38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
