Add forward declarations. --- fastcap/src/mulSetup.c.orig 2015-07-22 13:55:21.592119775 +0200 +++ fastcap/src/mulSetup.c 2015-07-22 14:08:50.157688209 +0200 @@ -35,6 +35,14 @@ #include "mulGlobal.h" +static getnbrs(ssystem*); +static linkcubes(ssystem*); +static setMaxq(ssystem*); +static getAllInter(ssystem*); +static set_vector_masks(ssystem*); +static indexkid(ssystem*, cube*, int*, int*); +static int placeq(int, ssystem*, charge*); + cube *cstack[1024]; /* Stack used in several routines. */ /* n'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fpga.scm
AgeCommit message (Expand)Author
2023-06-26gnu: nvc: Update to 1.9.2....Danny Milosavljevic
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-02-11gnu: yosys: Update to 0.26....Simon South
2023-02-11gnu: yosys: Do not propagate any inputs....Simon South
2023-02-08gnu: yosys: Use external abc....Simon South
2023-02-08gnu: yosys: Use new package style....Simon South
2023-02-08gnu: yosys: Update source and home-page URLs....Simon South
2023-02-02gnu: nvc: Update to 1.8.1....Danny Milosavljevic
2022-12-27gnu: abc: Update to 0.0-2.70cb339....Simon South
2022-12-27gnu: abc: Use gexps....Simon South
2022-12-27gnu: abc: Convey license information....Simon South
2022-11-03gnu: nvc: Update to 1.7.2....Danny Milosavljevic
2022-10-11gnu: gtkwave: Update to 3.3.113....jgart
2022-09-16gnu: Add openfpgaloader....Danny Milosavljevic
2022-09-02gnu: Add fftgen....Gabriel Wicki