<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/liblcs/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/liblcs/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Mar 2007 06:45:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/liblcs/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Compilation error with JK flipflop module</title><link>https://sourceforge.net/p/liblcs/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There has been a slip-up in the constructor of the JK flipflop module. The function onStateChange needs a parameter. Currently, the function is called in the constructor without a parameter. It has to be changed to&lt;/p&gt;
&lt;p&gt;onStateChange(4)&lt;/p&gt;
&lt;p&gt;since 4 is the reset port Id.&lt;/p&gt;
&lt;p&gt;This will be corrected in the next release numbered 0.0.53.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Thu, 01 Mar 2007 06:45:33 -0000</pubDate><guid>https://sourceforge.net55b5a279699ce2e3cef747b49b20b0fcee2120ab</guid></item><item><title>Problem with FrequencyDivider Class</title><link>https://sourceforge.net/p/liblcs/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The FrequencyDivider class is dividing the input frequency by twice the factor asked for. This bug will be fixed with the 0.0.52 release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Sat, 17 Feb 2007 10:32:28 -0000</pubDate><guid>https://sourceforge.netce3443ffa9037196ccee9289e680a0b3cce73fae</guid></item><item><title>Problem with using multiple/different assignment delays</title><link>https://sourceforge.net/p/liblcs/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is an issue due to which using multiple/different assignment delays for a single line will cause unknown/unexpected behavior. Kindly refrain from using multiple/different assignment delays for a any single line. Use only one unique assignment delay for a given bus line.&lt;/p&gt;
&lt;p&gt;The cause of this bug has been discovered. A release numbered 0.0.49.1 will be made in a few days to fix it. I remind again, until the bug-fix release is made, kindly use use only one unique assignment delay for a given bus line.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Tue, 19 Dec 2006 04:56:07 -0000</pubDate><guid>https://sourceforge.net45b2ea3ae062811e8bdb7b9e7470574b1963c8ce</guid></item><item><title>Problem with VCD file if only one variable is being dumped</title><link>https://sourceforge.net/p/liblcs/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If a user requests dumping of only one variable into a VCD file for a simulation, then that request is not being entertained. A VCD file is being created, but it does not contain temporal information. Hence, this file fails to get displayed with GTKWave.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Mon, 04 Dec 2006 04:35:43 -0000</pubDate><guid>https://sourceforge.net158b6674d4c33f77c3cdf63a2642c33fa38c859a</guid></item><item><title>0.0.3: Problems with mixing delay and non-delay elements</title><link>https://sourceforge.net/p/liblcs/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Mixing circuit elements having delay with circuit&lt;br /&gt;
elements having no delay is making the circuit&lt;br /&gt;
sensitive to the order in which the circuit elements&lt;br /&gt;
are declared in the program. However, this problem will&lt;br /&gt;
not arise if all the circuit elements in the system&lt;br /&gt;
have a non-zero delay.&lt;/p&gt;
&lt;p&gt;This is due to the improper way of implementing&lt;br /&gt;
parallelly running circuit elements using a sequential&lt;br /&gt;
simulation system. This can be rectified by&lt;br /&gt;
incorporating a defualt hidden delay mechanism for all&lt;br /&gt;
the circuit elements. This delay is called hidden as it&lt;br /&gt;
is hidden from the user. The user will not feel this delay.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Tue, 24 Oct 2006 04:55:31 -0000</pubDate><guid>https://sourceforge.net8c5fd2c5b42bef328c80d7292632cc069aea6b6e</guid></item><item><title>Bus locking after bus concatenation</title><link>https://sourceforge.net/p/liblcs/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Consider the following code:&lt;/p&gt;
&lt;p&gt;Bus&amp;lt;1&amp;gt; a, b, c;&lt;br /&gt;
Bus&amp;lt;3&amp;gt; d = a*b*c;&lt;/p&gt;
&lt;p&gt;If we lock the bus d by a call d.lock(), the busses a,&lt;br /&gt;
b and c dont get locked.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Mon, 09 Oct 2006 11:47:44 -0000</pubDate><guid>https://sourceforge.net2ef1504d31fb0597ed9f222ad24e8b0d48d0002f</guid></item></channel></rss>