mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/riscv-isa-sim: Update to 2024-05-31 snapshot
Reviewed by: mhorne Event: Kitchener-Waterloo Hackathon 202406 Differential Revision: https://reviews.freebsd.org/D43251
This commit is contained in:
parent
1726f22325
commit
659ccd01e0
3 changed files with 46 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= riscv-isa-sim
|
||||
DISTVERSION= git
|
||||
PORTREVISION= 20211015
|
||||
DISTVERSION= 1.1.0-20240531
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
|
@ -15,7 +14,7 @@ NOT_FOR_ARCHS_REASON= Does not build
|
|||
USES= compiler:c++11-lang gmake shebangfix
|
||||
|
||||
GH_ACCOUNT= riscv
|
||||
GH_TAGNAME= 4f12984
|
||||
GH_TAGNAME= 00dfa28
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-boost
|
||||
|
@ -33,6 +32,7 @@ STRIP_FILES= bin/elf2hex \
|
|||
bin/termios-xspike \
|
||||
bin/xspike \
|
||||
lib/libcustomext.so \
|
||||
lib/libriscv.so \
|
||||
lib/libsoftfloat.so
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634590527
|
||||
SHA256 (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = f9312a39049cb42116bd4b9425c2ad2d89cb746b08fa2d5aba76b1c07e83d320
|
||||
SIZE (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = 445499
|
||||
TIMESTAMP = 1717831105
|
||||
SHA256 (riscv-riscv-isa-sim-1.1.0-20240531-00dfa28_GH0.tar.gz) = 5489098fd67d2d8cfbc714a6e93464ca702125ab0308a523de8528f474a5c80d
|
||||
SIZE (riscv-riscv-isa-sim-1.1.0-20240531-00dfa28_GH0.tar.gz) = 492848
|
||||
|
|
|
@ -4,6 +4,9 @@ bin/spike-dasm
|
|||
bin/spike-log-parser
|
||||
bin/termios-xspike
|
||||
bin/xspike
|
||||
include/fdt/fdt.h
|
||||
include/fdt/libfdt.h
|
||||
include/fdt/libfdt_env.h
|
||||
include/fesvr/byteorder.h
|
||||
include/fesvr/config.h
|
||||
include/fesvr/context.h
|
||||
|
@ -20,10 +23,46 @@ include/fesvr/rfb.h
|
|||
include/fesvr/syscall.h
|
||||
include/fesvr/term.h
|
||||
include/fesvr/tsi.h
|
||||
include/riscv/mmio_plugin.h
|
||||
include/riscv/abstract_device.h
|
||||
include/riscv/abstract_interrupt_controller.h
|
||||
include/riscv/cachesim.h
|
||||
include/riscv/cfg.h
|
||||
include/riscv/common.h
|
||||
include/riscv/csrs.h
|
||||
include/riscv/debug_defines.h
|
||||
include/riscv/debug_module.h
|
||||
include/riscv/debug_rom_defines.h
|
||||
include/riscv/decode.h
|
||||
include/riscv/devices.h
|
||||
include/riscv/disasm.h
|
||||
include/riscv/dts.h
|
||||
include/riscv/encoding.h
|
||||
include/riscv/entropy_source.h
|
||||
include/riscv/extension.h
|
||||
include/riscv/isa_parser.h
|
||||
include/riscv/log_file.h
|
||||
include/riscv/memtracer.h
|
||||
include/riscv/mmu.h
|
||||
include/riscv/platform.h
|
||||
include/riscv/processor.h
|
||||
include/riscv/rocc.h
|
||||
include/riscv/sim.h
|
||||
include/riscv/simif.h
|
||||
include/riscv/trap.h
|
||||
include/riscv/triggers.h
|
||||
include/riscv/vector_unit.h
|
||||
include/softfloat/internals.h
|
||||
include/softfloat/platform.h
|
||||
include/softfloat/primitiveTypes.h
|
||||
include/softfloat/primitives.h
|
||||
include/softfloat/softfloat.h
|
||||
include/softfloat/softfloat_types.h
|
||||
include/softfloat/specialize.h
|
||||
lib/libcustomext.so
|
||||
lib/libdisasm.a
|
||||
lib/libfesvr.a
|
||||
lib/libriscv.so
|
||||
lib/libsoftfloat.so
|
||||
libdata/pkgconfig/riscv-disasm.pc
|
||||
libdata/pkgconfig/riscv-fesvr.pc
|
||||
libdata/pkgconfig/riscv-riscv.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue