mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
14 lines
408 B
Bash
14 lines
408 B
Bash
#! /usr/bin/env bash
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# make_kcpsm.sh
|
|
# published as part of https://github.com/pConst/basic_verilog
|
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
|
# ------------------------------------------------------------------------------
|
|
#
|
|
# Use this file to assemble KCPSM memory files from .psm sources
|
|
|
|
|
|
wine kcpsm6.exe main_psm.psm
|
|
|