<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/liblcs/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/liblcs/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Dec 2015 01:48:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/liblcs/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#6 Creating busses and modules in a dinamically way - libLCS</title><link>https://sourceforge.net/p/liblcs/feature-requests/6/?limit=25#acf0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the delay in my response. I do not actively work on this project so I am really slow.&lt;/p&gt;
&lt;p&gt;If this is still relevant, let me know and I can work on providing this feature for you. I did not understand you second example though.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br/&gt;
Siva Chandra&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Sat, 19 Dec 2015 01:48:22 -0000</pubDate><guid>https://sourceforge.nete300380ae66fbba6cd54be0d3e70867b1f4a7105</guid></item><item><title>Creating busses and modules in a dinamically way - libLCS</title><link>https://sourceforge.net/p/liblcs/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I'm working with your LCS library, which is very good, thank you for the job, but I would like to know if there's an opition to work with it in a dinamically way. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;instead of do &lt;strong&gt;Bus&amp;lt;2&amp;gt; a, b;&lt;/strong&gt; do &lt;strong&gt;int b = 2; Bus&amp;lt; b&amp;gt; a, b;&lt;/strong&gt; or do: &lt;strong&gt;string array&lt;span&gt;&lt;span&gt;[3]&lt;/span&gt;&lt;/span&gt;; bus&amp;lt;2&amp;gt; array&lt;span&gt;&lt;span&gt;[0]&lt;/span&gt;&lt;/span&gt;, array&lt;span&gt;&lt;span&gt;[1]&lt;/span&gt;&lt;/span&gt;, array&lt;span&gt;&lt;span&gt;[2]&lt;/span&gt;&lt;/span&gt;, array&lt;span&gt;&lt;span&gt;[3]&lt;/span&gt;&lt;/span&gt;;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The same should work to create modules. Is this possible in any way?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leonardo Alves</dc:creator><pubDate>Fri, 19 Jun 2015 13:08:44 -0000</pubDate><guid>https://sourceforge.net88c1ac48957c37d9335f79ec7b69da934a4d18e3</guid></item><item><title>Shift Register</title><link>https://sourceforge.net/p/liblcs/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A shift register should be provided as an off-the-shelf utitlity classes. The number of bits in the register should be a template parameter for the ShiftRegister template module class. The shift operation should occur at the occurance of a line event on the clock input.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Mon, 03 Sep 2007 13:51:08 -0000</pubDate><guid>https://sourceforge.net98896cbb599f07fe214a8d2244a4817b954d6711</guid></item><item><title>Bus bit-selects as module ports</title><link>https://sourceforge.net/p/liblcs/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Bus bit selects should be allowed as module ports. Following is a sample usage:&lt;/p&gt;
&lt;p&gt;Bus&amp;lt;3&amp;gt; b;&lt;/p&gt;
&lt;p&gt;// Bit-selects on the bus b are used as module ports.&lt;br /&gt;
And&amp;lt;2&amp;gt; andGate(b[0], (b[1], b[2]));&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Wed, 18 Apr 2007 08:10:37 -0000</pubDate><guid>https://sourceforge.net8c8361c54409bdbfbc15f8ea2b6b07bae1e27964</guid></item><item><title>suggestions</title><link>https://sourceforge.net/p/liblcs/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I'm looking into your library to use it as a trigger simulation program for a data acquisition system in a high energy physics experiment.  I wanted to suggest more modules like a fan in fan out which replicates the input several times, and a gate generator with two inputs, a start and a stop. On receipt of a start signal it turns on until it recievs a stop.&lt;/p&gt;
&lt;p&gt;keep up the good work,  I will try and implement this myself on top of your code since I need it for my simulation. If I come up with anything useful I'll send it to you.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;keep up the good work, thanks for this great product.&lt;/p&gt;
&lt;p&gt;Pedro M Duarte&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 27 Feb 2007 06:14:42 -0000</pubDate><guid>https://sourceforge.net1a30fd25bf6442e45c1e21c3cf138f8682078cc2</guid></item><item><title>Reset pins for the off-the-shelf flipflops</title><link>https://sourceforge.net/p/liblcs/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There are reset intputs to the off-the-shelf flipflops&lt;br /&gt;
in libLCS. They should be provided.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Thu, 09 Nov 2006 09:04:57 -0000</pubDate><guid>https://sourceforge.net3a8e3e34b21dc35f6c4017c696abba34c0153f97</guid></item><item><title>Implementing hybrids of functional and block level modules</title><link>https://sourceforge.net/p/liblcs/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently, there is no simple way to implement/define&lt;br /&gt;
custom modules which are a hybrid of other functional&lt;br /&gt;
and block level modules. Though it is possible to&lt;br /&gt;
implement a hybrid module, it isnt a neat/effortless&lt;br /&gt;
procedure as in Verilog. One can only implement a&lt;br /&gt;
strict functional module, or a strict block level&lt;br /&gt;
module with ease.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva Chandra</dc:creator><pubDate>Tue, 07 Nov 2006 09:23:04 -0000</pubDate><guid>https://sourceforge.nete270380f252b253d8691c237aa198e5892cdbe81</guid></item></channel></rss>