-
Hello All,
I am starting to use and be familiar with QUCS and it's just great tool! Great work!
I am embedded developer and I am wonder if there is any way or does it make sense to have "plugins" in QUCS:
1. Version control within QUCS for designs (simulations, schematics)
2. Python scripting
3. Sagemath for post processing (http://www.sagemath.org/)
and so on...
Good luck...
2009-11-23 10:29:18 UTC by peter_balazovic
-
ela committed patchset 803 of module qucs-core to the Quite Universal Circuit Simulator CVS repository, changing 6 files.
2009-11-12 18:36:02 UTC by ela
-
ela committed patchset 802 of module qucs-core to the Quite Universal Circuit Simulator CVS repository, changing 3 files.
2009-11-09 16:22:23 UTC by ela
-
ela committed patchset 941 of module qucs to the Quite Universal Circuit Simulator CVS repository, changing 26 files.
2009-11-08 16:33:19 UTC by ela
-
ela committed patchset 801 of module qucs-core to the Quite Universal Circuit Simulator CVS repository, changing 10 files.
2009-11-03 21:26:01 UTC by ela
-
QUCS v0.0.15 (Win). FreeHDL latest (IMHO v0.0.7?) - seems like FreeHDL has no command line option to get version info.
On adding a comment there is no way to add attach - see previously attached netlist.txt.
2009-11-03 07:50:41 UTC by gatisg
-
This is a great project about circuit simulation.
I hope it can replace Orcad as a educational software in some day.
And I'm looking forward to the Qt4 port.
Thank you for your efforts.
2009-11-03 05:34:27 UTC by https://www.google.com/accounts
-
When component is defined from subcircuit, add to components right click menu item "Go into Subcircuit" (as Edit > Go into Subcircuit ).
2009-11-02 13:58:09 UTC by nobody
-
ela committed patchset 800 of module qucs-core to the Quite Universal Circuit Simulator CVS repository, changing 1 files.
2009-11-01 17:31:31 UTC by ela
-
Hi
Here is a vhdl file with such an entity :
Library IEEE;
USE ieee.std_logic_1164.all;
Entity Serpent is Port(
clk : IN std_logic;
aff : OUT std_logic_vector(6 downto 0));
End Entity Serpent;
Architecture arch_Serpent of Serpent is
Signal D : std_logic_vector(2 downto 0):="000";
Signal Q : std_logic_vector(2 downto 0):="000";
Begin
------- COPIE DE D DANS Q A...
2009-11-01 16:43:41 UTC by jonas813