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.1.tar.gz (12.2 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.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for python_library_ralf_model-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1b857c3ec5b0e7a822a9e8dcae8bb5641bc22161249775fbebbe202796e83cf3
MD5 0e8c8a6150e5849432cad870bb4cfe37
BLAKE2b-256 a43ec2d3afff52bb1cbb35a11fe37410570ce25097242f2992b0a033eac37e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_library_ralf_model-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 58d02a3e81bafb536ebf59a6b9362b33af8d1d6aef9fb28e23b3b7024443d6c4
MD5 f9ced2924ece446efefa13195630a376
BLAKE2b-256 c878d0b2b96aa91b84f6f5ab036d67b4ac00eee76a532ba1eeaaf2210f74bdc1

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