Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
from py-MyHDL
|
|
|
|
from py-MyHDL
|
|
|
|
major changes:
-supports Python decorator syntax for generators (needs 2.4)
-intbv() doesn't have a default anymore
-many improvements to Verilog conversion
|
|
keep gcc-2.95 happy. Fix applied upstream too.
|
|
|
|
|
|
|
|
- require gcc>=3.0. This should fix some recently noted build failures
on 1.6.* systems.
|
|
|
|
A few new features have been added to allow proper simulation with
newer Xilinx UNISIM models. (They are starting to use Verilog 2001
features.) And also various bug fixes in this release.
-- Primitive and continuous assign delays can now be non-constant. This
needed some new run-time support, so vvp had a slight format change,
and certain new optimizations follow as a result.
-- Bug handling certain constant sub-expressions in concatenation
expressions. Also, allow concat expressions in constant contexts.
-- Support for wide divide expressions.
-- Fixes for stubborn compilers.
-- Fix bugs in padding of signed expressions.
-- More fixes for following the data types of expressions.
|
|
- added autobackup (saves to backup files every <n> seconds)
- added "L" drawing support
- added embedded picture support
- added a few new symbols
- added support for spice netlisting of Josephson junction devices
- added pcbpins netlist backend for forward annotating schematic pin
names to PCB layouts.
- several odd bug fixes
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
|
|
|
|
|
|
|
|
- fixes a bug in the cgi frontend for coupled microstrip which caused
lots of bad warning messages.
- replaces the alert dialog box with a log window which prevents multiple
alert windows from appearing.
|
|
with DragonFly's system headers. Fix errno.
|
|
On DragonFly, just fetch using the macros, e.g. using the slow path.
Use pkgsrc readline instead of local version. Bump revision.
|
|
needed on DragonFly and FreeBSD 4, not hurting on other platforms.
Add DragonFly to the BSD enumeration.
|
|
|
|
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
|
|
the stupid^Wbroken configure check at the moment, but this fixes the
problem.
|
|
|
|
|
|
access of template members without template argument, explicit
constructor vs. copy constructor.
|
|
macro.
|
|
|
|
of the shared libXm has changed.
|
|
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
|
|
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
extracting anything, but the patches for the other wcalc packages all live
in this common spot. Fixes recently noted build problems.
|
|
delete the old cad/pcb package. The package which has lived in cad/pcb
for the last few years was horribly out of date and pcb is not making
a distinction right now between -current snapshots and normal releases.
|
|
|
|
Note that this package still only works on systems with
a native (not emulated) matlab.
|
|
|
|
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
|
|
|
|
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
|
|
string terminator.
|
|
|
|
|
|
- Replaced #defined with #none for EXTRACT_ONLY.
- Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE.
- Removed NO_CHECKSUM completely, as a distinfo file exists, it has the
correct checksums, and I couldn't find even a hint to why NO_CHECKSUM
was set.
|
|
Revision history for Dinotrace
The contributors that suggested a given feature are shown in [].
* Dinotrace 9.3a 06/13/2005
*** Fix too small buttons under openmotif.
*** Fix missing keyboard accelerators under openmotif.
* Dinotrace 9.2b 05/03/2005
*** The default extension for Verilog dumps is now .vcd instead of .dmp.
**** Fix traces containing only real numbers. [Vitor Antunes]
**** Fix segfault when doing signal adds. [Guy Hutchinson]
|