gnupic: Re: [gnupic] Problem with stimuli..


Previous by date: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] What happened to GPAL, Scott Dattalo
Next by date: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] What happened to GPAL, Craig Franklin
Previous in thread:
Next in thread: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] Problem with stimuli.., Tobias Schlottke

Subject: Re: [gnupic] Problem with stimuli..
From: Scott Dattalo ####@####.####
Date: 27 Mar 2006 22:17:19 +0100
Message-Id: <44285631.3050606@dattalo.com>

Tobias Schlottke wrote:

> Here follows the content of track.stc:
> 
> ===========================8<======================
> node track
> stimulus asynchronous_stimulus
> initial_state 0
> name trackinput
> start_cycle 50000
>        0 1 #1.1-bit 1-tritt 0. tritt of addr 4
>      182 0
> end
> attach track trackinput porta2
> ===========================8<======================

Hi Tobias,

The stimulus syntax changed a while back. You'll need to add commas 
between the data elements. For example,

stimulus asynchronous_stimulus
initial_state 0
name trackinput
start_cycle 50000
{
      0, 1, #1.1-bit 1-tritt 0. tritt of addr 4
      182, 0
}
end

Or here's an example for a register stimulus:

http://cvs.sourceforge.net/viewcvs.py/gpsim/regression/register_stim/register_stim.stc?view=markup

Scott

Previous by date: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] What happened to GPAL, Scott Dattalo
Next by date: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] What happened to GPAL, Craig Franklin
Previous in thread:
Next in thread: 27 Mar 2006 22:17:19 +0100 Re: [gnupic] Problem with stimuli.., Tobias Schlottke


Powered by ezmlm-browse 0.20.