Skip to main content

No project description provided

Project description

ralf_model

RALF(Register Abstraction Layer Format)源文本RalfDocument / 抽象节点类型BlockNodeRegisterNodeFieldNode,并实现 AbstractRalf*)之间做解析与生成。

用法

from pathlib import Path

from ralf_model import dump_ralf, load_ralf_file, parse_ralf

doc = parse_ralf(Path("chip.ralf").read_text(encoding="utf-8"))
text = dump_ralf(doc)

亦可使用 loads_ralf / dumps_ralfload_ralf_file / dump_ralf_file(见 ralf_model.io)。加载时可传入 include_paths(类似 ralgen -I dir),配合 source 行递归展开后再解析;相对路径先相对当前文件目录,再依次在各 include 目录检索。

source 与 include

RALF 常作为 Tcl 脚本。单独成行的 source "f.ralf"source {path}source name.ralf(可有行尾 ;# 注释)会在解析前被展开。不需要展开时:loads_ralf(..., expand_source=False)load_ralf_file(..., expand_source=False)

from pathlib import Path
from ralf_model import load_ralf_file

doc = load_ralf_file(
    "top.ralf",
    include_paths=[Path("ralf_inc"), Path("../shared")],
)

也可直接使用 expand_ralf_sourcesresolve_source_path(见 ralf_model.source_expand)。

能力范围

  • block:定义 block 名 { ... };简单映射 block 名 @地址;;赋值与可选路径、地址 block 左名 = 右名block 左名 = 右名 (hdl路径)... @地址,可与 { ... } 组合。
  • field 花括号内按源顺序保留各条语句(含 enum { ... }; 等),便于往返。
  • @ 后的偏移在写出时统一为 Verilog 风格十六进制字面量(如 'h5);bytes 等为十进制。

与 Synopsys ralgen 全语法并非字节级兼容;复杂构造若解析失败可再扩展解析器。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_library_ralf_model-0.1.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_library_ralf_model-0.1.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file python_library_ralf_model-0.1.0.tar.gz.

File metadata

File hashes

Hashes for python_library_ralf_model-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b183f397e66932e8da7d13378dd372ac423a7c0ee54b718e8c39ba63a379f6ef
MD5 97144d3a98a18a13f1b15ed0eae2f2d6
BLAKE2b-256 a1a640e0b09962b37479ab1540bc508c82d290e984a9336a7db69f284f808db7

See more details on using hashes here.

File details

Details for the file python_library_ralf_model-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for python_library_ralf_model-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 35f5c70896dc868d30879c32ad0e6fc66b5bdba65ca558a808fff0a9becc4bbe
MD5 3e928fa26407bdff651a56a276b0c83d
BLAKE2b-256 98121ee060a7946ff2b02b952d9c15272d62c3cb6bb27c46f9e550198f1438f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page