Skip to content

Cannot compile catalog: "unbound variable: cell:expand-nor" #10

Description

@rolfschr

Hi,

I can't run make catalog. The error says "unbound variable: cell:expand-nor". I believe I have previously seen aoi instead of nor but cannot reproduce it anymore (even after make clean). I have installed the tools as described in the readme.

$ make tools 
make -C ./Tools -f GNUmakefile tools
make[1]: Entering directory '/home/rolfschr/src/StdCellLib/Tools'
groff -t -mdoc cell.5 > cell.5.ps
groff -t -mdoc table.5 > table.5.ps
groff -t -mdoc cobblestone.1 > cobblestone.1.ps
groff -t -mdoc datasheet.1 > datasheet.1.ps
groff -t -mdoc popcorn.1 > popcorn.1.ps
make[1]: Leaving directory '/home/rolfschr/src/StdCellLib/Tools'
$ make catalog 
make -C ./Catalog -f GNUmakefile catalog
make[1]: Entering directory '/home/rolfschr/src/StdCellLib/Catalog'
#    _ __   ___  _ __   ___ ___  _ __ _ __
#   | '_ \ / _ \| '_ \ / __/ _ \| '__| '_ \\
#   | |_) | (_) | |_) | (_| (_) | |  | | | |
#   | .__/ \___/| .__/ \___\___/|_|  |_| |_|
#   |_|launched:|_| Wed, 27 Jan 2021 09:33:42 +0000
../Tools/popcorn/popcorn -m nor -c NOR2 INV > NOR2
*** ERROR: unbound variable: cell:expand-nor
Stack Trace:
_______________________________________
  0  (cell:expand-nor (common:dataset-cell cell-file) stacked-limi ...
        at "./../Tools/popcorn/popcorn.scm":343
  1  (cell:expand-nor (common:dataset-cell cell-file) stacked-limi ...
        at "./../Tools/popcorn/popcorn.scm":343
  2  (exporter:dataset-cell (cell:expand-nor (common:dataset-cell  ...
        at "./../Tools/popcorn/popcorn.scm":343
make[1]: *** [stacked2_cells.mk:113: NOR2] Error 70
make[1]: Leaving directory '/home/rolfschr/src/StdCellLib/Catalog'
make: *** [GNUmakefile:112: catalog] Error 2
$ gosh -V
Gauche scheme shell, version 0.9.9 [utf-8,pthreads], x86_64-pc-linux-gnu
(version "0.9.9")
(command "gosh")
(scheme-id gauche)
(language scheme r5rs r7rs)
(website "https://practical-scheme.net/gauche")
(platform "x86_64-pc-linux-gnu")
$ uname -a
Linux rolf-ThinkPad-T470 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 GNU/Linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions