File: control

package info (click to toggle)
gpsim 0.31.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 14,748 kB
  • sloc: cpp: 113,827; asm: 42,287; ansic: 14,688; sh: 4,444; makefile: 1,510; lex: 1,138; yacc: 854; pascal: 511; perl: 93; python: 81; awk: 44; xml: 41
file content (46 lines) | stat: -rw-r--r-- 2,130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: gpsim
Section: electronics
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 11), libreadline-dev, libncurses5-dev,
 libpopt-dev, libglib2.0-dev, libtool, flex, automake, autotools-dev,
 libtool-bin, bison, chrpath, gputils, quilt, libgtkextra-dev, libgtk2.0-dev
Standards-Version: 4.1.4
Vcs-Browser:https://salsa.debian.org/georgesk/gpsim
Vcs-Git: https://salsa.debian.org/georgesk/gpsim.git

Package: gpsim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gputils (>= 0.10.0-1)
Suggests: gpsim-led, gpsim-logic, gpsim-lcd, gpsim-doc
Description: Simulator for Microchip's PIC microcontrollers
 Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.
 .
 Gpsim has been designed to be as accurate as possible. Accuracy includes the 
 entire PIC - from the core to the I/O pins and including ALL of the internal 
 peripherals. Thus it's possible to create stimuli and tie them to the I/O pins
 and test the PIC the same PIC the same way you would in the real world. 
 .
 Gpsim has been designed to be as fast as possible. Real time simulation speeds 
 of 20Mhz PICs are possible.
 .
 Gpsim has been designed to be as useful as possible. The standard simulation 
 paradigm including breakpoints, single stepping, disassembling, memory inspect 
 & change, have been implemented. In addition, gpsim supports many debugging 
 features that are only available with in-circuit emulators. For example, a 
 continuous trace buffer tracks every action of the simulator. Also, it's 
 possible to set read and write break points on values (e.g. break if a specific
 value is read from or written to a register).

Package: gpsim-dev
Architecture: any
Section: devel
Depends: gpsim, libpopt-dev, ${misc:Depends}
Description: Libraries needed only for building gpsim components
 Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.
 .
 This package install the libraries and headers necessary to build the
 supporting modules for gpsim.
 .
 NOTE: as a user of gpsim this package does not need to be installed.